- FaceApi GitHub
- B站教程
- 技术博客
- 模型文件加载存放需要注意:
方式一:模型文件放到服务器,通过URL
进行加载,走代理
方式二:如果直接加载本地文件,需要通过服务器
进行访问!
否则会报错:URL scheme must be "http" or "https" for CORS request
- 小程序集成失败
1、错误:TypeError: Cannot read property ‘mark’ of undefined
,勾上增强编译
2、错误:getEnv - environment is not defined, check isNodejs() and isBrowser()
,暂时无解!