vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
540 stars 329 forks source link

eye tracker not outputting anything (pre-recorded video) #50

Closed mirunamd closed 3 years ago

mirunamd commented 3 years ago

Follow-up from issue #46.

I tested the code as you suggested (eye_tracker.py in particular) with a pre-recorded video instead of a livestream.

I don't see any of the outputs that I normally see with the livestream (e.g Looking up, down) in the console. Can you please let me know if it's a bug or I am doing something wrong?

Note: mouth_opening_detector.py and face_detector.py work and output the results to the console.

vardanagarwal commented 3 years ago

The threshold needs to be set otherwise the technique is not accurate. Otherwise it should not be a bug.