KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ArcFace
★ 26
Open GitHub ↗
Arcsoft ArcFace Free SDK iOS demo
Download README (.md)
Explore Similar Repositories
beverage-starter-flow
:
Simple Example Web Application for Vaadin Flow
expandableConstraintLayout
:
An expandable/collapsible implementation of a ConstraintLayout
raspberry-wwvb
:
WWVB clock signal transmitter on Raspberry Pi
SPeW
:
Automatic Packaging and Distribution of Bioinformatics Pipelines
docker-nginx-express
:
:whale: A playground for Docker with Nginx and Express.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ArcFace
?
Download (.md)
# ArcFace 如何使用? 1、前往官网申请appid和sdkkey, 修改 ArcFace\ArcFace\AFVideoProcessor.mm 下面的对应的定义值 #define AFR_DEMO_APP_ID "" #define AFR_DEMO_SDK_FR_KEY "" #define AFR_DEMO_SDK_FT_KEY "" #define AFR_DEMO_SDK_FD_KEY "" #define AFR_DEMO_SDK_AGE_KEY "" #define AFR_DEMO_SDK_GENDER_KEY "" 2、下载SDK包,解压所有SDK包中的文件到工程目录下的相关子目录下,其中相同的底层库只需一个(或者删除工程中的engines目录,自行加入所有依赖库),并将所有framework加入到Embedded Binaries选项中 3、Xcode打开ArcFace.xcworkspace编译运行即可在iOS8.0以上的iPhone上运行 4、增加处理静态图片UIImage FD的示例代码,详见StaticImageViewController