You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just check the new version, and implements a new feature that detect if there is a face in the camera. This is a great feature.
I checked this feature, with a quiz, configured with one question per page,and when loading the page with a new question, the browser freezes many seconds.
I check the code, and it seem uses, face-api.js for face detection. I think it's loading and configuring the face detection model in each page.
I think the problem are using ssdMobilenetv1, that its a very heavy model.
I just checking change the detector to tinyFaceDetector, that it's a simpler model and the performance it's much better.
If you wish i can send yo a patch with this change, but it's a very simple change.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I just check the new version, and implements a new feature that detect if there is a face in the camera. This is a great feature.
I checked this feature, with a quiz, configured with one question per page,and when loading the page with a new question, the browser freezes many seconds.
I check the code, and it seem uses, face-api.js for face detection. I think it's loading and configuring the face detection model in each page.
I think the problem are using ssdMobilenetv1, that its a very heavy model.
I just checking change the detector to tinyFaceDetector, that it's a simpler model and the performance it's much better.
If you wish i can send yo a patch with this change, but it's a very simple change.
Thanks in advance.
The text was updated successfully, but these errors were encountered: