vardanagarwal / Proctoring-AI

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

Library capabilities #51

Closed mirunamd closed 3 years ago

mirunamd commented 3 years ago
  1. For the eye_tracker.py, is there no way to identify if a person is looking down? From what I see, the lib can only identify left, right or up eye movements.
  2. For head_pose_estimation.py, is there no "neutral" head pose? For instance, when I am looking directly at the camera, the output keeps saying left.
vardanagarwal commented 3 years ago
  1. No the eye tracker can't detect looking down as the movement of pupil with respect to the eye is minimal.
  2. It should be neitral, but the model isn't pretty accurate. Maybe converting the two axis to roll, pitch and yaw may give better results or you can play around with the parameters and increase the threshold for left.
GuruNadh552 commented 3 years ago

can you please send me the modules with version in detail for executing this in my system

vardanagarwal commented 3 years ago

@GuruNadh552 I am sorry, I didn't understand what you meant.

GuruNadh552 commented 3 years ago

Can you please explain to me how to execute this project and how to download the modules which are compatible to this project