Can anyone help me with my new project, I am a complete beginner. My project is classifying students in a classroom as attentive or inattentive and providing a report to the educator, can anyone provide a roadmap how this project can be executed for successful completion , this project is for my academic project. Currently i got an idea but came to know that it is very complex as it need high computational resource (it implements 3 ,models (emotion recognition, posture, gaze) and the output of these are fed into the third model or rule based code that predicts whether the student is attentive or not), can anyone suggest other methods and ways, kindly help me
It is not an easy project thats for sure, you need to perform image detection of the video frames and then make decisions on the those frames outcomes…
Check https://opencv.org/ website they might have some similar model libraries and also some information you can use for your project!