Proctoring-AI icon indicating copy to clipboard operation
Proctoring-AI copied to clipboard

Creating a software for automatic monitoring in online proctoring

Results 12 Proctoring-AI issues
Sort by recently updated
recently updated
newest added

Hi There, I was wondering what the source to attain the 3D model points. If there is a paper or a database that would be helpful! Thanks!

hello,i am having a problem in running the project , could u get back to me regarding this , mail me on my email id: [email protected]

![image](https://user-images.githubusercontent.com/56917422/170941277-2533780e-f65d-4ef5-a522-dcac3a5efb79.png) I found this error when running face_spoofing.py. After that, I use pip to install joblib and import it again. But I always get this error. I think this project...

![image](https://user-images.githubusercontent.com/56917422/170916021-64b9a718-f079-4f53-8947-3f5d599e3748.png) I have an error when running head_pose_estimation.py. How can I fix it? Thanks for reading.

this is the error it shows : ModuleNotFoundError: No module named 'sklearn.ensemble.forest'

Looking to improve the data points we get after processing thresholds. Looks like some frames are lost due to threshold being small. Also, trying to see if we can improve...

enhancement

Hello, I'm getting the following error whenever I try to run head_pose_estimation.py code: ``` line 167, in (success, rotation_vector, translation_vector) = cv2.solvePnP(model_points, image_points, camera_matrix, dist_coeffs, flags=cv2.SOLVEPNP_UPNP) cv2.error: OpenCV(4.0.1) C:\ci\opencv-suite_1573470242804\work\modules\calib3d\src\undistort.cpp:387: error:...

Hi i loaded the model from the same models folder, but when i run the model.signatures["predict"], it returns a key error. I have tried printing the model.signatures.keys(). There is no...

Hi, I think you need to convert the image from BGR to RGB format for passing to MTCNN model as discussed here https://github.com/ipazc/mtcnn/issues/36

Hi all, If you're looking for the model files for dlib for eye tracking, they are here: https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks_GTX.dat.bz2 This is a bz2 archive, you will need to extract the model...