Giter VIP home page Giter VIP logo

demo_for_windows's Introduction

Demo_for_Windows

Arcsoft ArcfaceDemo for Windows, VS2013 C++

使用步骤:

  1. 下载SDK包,32位Windows平台将三个SDK包里lib中的文件到 Demo\lib\Win32下;64位Windows平台将三个SDK包里lib中的文件到 Demo\lib\x64下。

  2. 在VS2013中打开Demo.sln文件,运行工程,修改工程配置选择32位或64位。

  3. 前往官网申请appid和sdkkey, 修改 Demo\stdafx.h 下面的对应的
    #define APPID ""
    #define FD_SDKKEY ""
    #define FT_SDKKEY ""
    #define FR_SDKKEY ""

  4. 如果出现下图的错误,32位平台将Demo\lib\Win32文件夹下的全部dll文件拷贝到Release或Debug文件夹中;64位平台将Demo\lib\x64文件夹下的全部dll文件拷贝到x64\Release或x64\Debug文件夹中。

  5. 运行程序,界面如下图。使用方法:

    1. 点击“选择图片添加到人脸库”选择图片,将图片中的人脸特征信息添加到人脸库,人脸信息会显示到右侧人脸库,编辑图片下方的文字修改图片对应的名字。
    2. 点击“识别图片”按钮选择图片进行人脸识别。
    3. 点击“识别视频”按钮选择视频文件进行人脸识别。

demo_for_windows's People

Contributors

arcjonsnow avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.