moodle-quizaccess_proctoring icon indicating copy to clipboard operation
moodle-quizaccess_proctoring copied to clipboard

Browser performance problems with new versión.

Open unesco-iesalc opened this issue 3 years ago • 2 comments
trafficstars

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.

unesco-iesalc avatar Oct 14 '22 14:10 unesco-iesalc

Hi, I'm having the same problem, and I have no idea what to do, how do you change the detector or would you send me the patch?. Thank you in advance.

solanye avatar Sep 25 '23 20:09 solanye

We have used the model because of the accuracy. We will shortly give an update to this plugin with a fix. Thanks for the feedback.

AhnafMuttaki avatar Sep 26 '23 11:09 AhnafMuttaki