-
Added face-api.js via npm module in my angular application.
Added **import * as faceapi from 'face-api.js'** line to component and did ng build. Below is the error which I am getting
`ERROR in …
-
Hi guys,
I'm currently exploring some new ways of faceswapping. I wanted to share my last experiment on higher quality swaps which consists of modifying the decoder so that it outputs 256x256 image…
Clorr updated
5 years ago
-
When I use following command to do expression recognition, there is no emojis face.
**python3 main.py demo valid**
system information:
Ubuntu 16.04
Tensorflow 1.7
Opencv 3.4.0
Python 3.5
…
-
您好,我是上海交大的一名学生,最近在跑您的代码,运行main函数的时候不知道为什么出现了这样的bug,能麻烦您指点一下吗。
Restore model sucsses!!
NOTE: Press SPACE on keyboard to capture face.
OpenCV Error: Unspecified error (The function is not implemente…
-
API가 믿을만 한 것인지 테스트를 해 볼 필요가 있다.
테스트 이미지를 100개쯤 넣어서 얼마만큼의 정확률이 나오는지 볼 예정이다.
내가 분류한 감정이랑 API가 분류한 감정이랑 얼마만큼의 차이가 생기는지 볼 것이다.
-
Hello, I am a newcomer to research expression recognition.I want to know what sliding window is doing with the data.Why can IT improve the accuracy? Thank you in advance for your reply.
-
#face expression recognizer initialization
model = model_from_json(open("facial_expression_model_structure.json", "r").read())
This code generates the following issue:
Traceback (most recent call…
-
[Google Vision API](https://cloud.google.com/vision/docs/reference/rest/v1p3beta1/images/annotate#FaceAnnotation) has a nice "joyLikelihood" Has anyone done the same with landmarks, or is it an enti…
-
Beautiful work with the Face API 🙌😍
I was thinking... would it be possible to extend the API to extract sentiment from the detected faces or it'll be beyond the scope of the project?
-
warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
argv[1] = "/home/oracle/CProject/dlib-net_models/shape_predictor_68_face_landmarks.dat";//
…