Giter VIP home page Giter VIP logo

arcfacedemo_ios's Introduction

ArcfaceDemo_iOS

Arcface2.0的iOS Demo

一、环境要求 1、运行环境 arm64、armv7

2、系统要求 iOS 8.x及以上

3、开发环境 Xcode 9.x及以上

二、快速上手 1、从官网申请sdk:http://www.arcsoft.com.cn/ai/arcface.html,下载iOS2.0版本SDK;

2、打开xcode开发工具,将解压好的SDK中的ArcSoftFaceEngine.framework文件导入进示例Demo中;

3、由于SDK采用了Objective-C++实现,需要保证工程中至少有一个.mm 后缀的源文件(可以将任意一个.m后缀的文件改名为.mm);

4、需要在Demo中引入系统库:libstdc++.6.0.9.tbd,xcode10.0及以上版本没有该文件,需要从xcode9.0版本的libstdc++.6.0.9.tbd复制过来,引入到Demo中;

5、修改Demo中的Info.plist文件,新增一个属性App Transport Security Settings,在该属性下添加Allow Arbitrary Loads类型Boolean,值设为YES;

6、上述配置修改好之后,将Demo中ViewController.mm文件中的appid、sdkkey替换为从官网申请的APP_ID、SDK_KEY;

三、问题指南: 1、详细接入指南可见官网:http://ai.arcsoft.com.cn/manual/arcface_ios_guideV2.html;

2、常见问题可见SDK中的doc文档ARCSOFT_ARC_FACE_DEVELOPER'S_GUIDE.pdf,或官网帮助与支持。

arcfacedemo_ios's People

Contributors

skystonepan 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.