Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run demo for this project #1

Closed
sonnguyen1996 opened this issue Apr 20, 2022 · 1 comment
Closed

How to run demo for this project #1

sonnguyen1996 opened this issue Apr 20, 2022 · 1 comment

Comments

@sonnguyen1996
Copy link

Dear Mr.CopurOnur,

I'm developing a tracking student engagement in an E-learning system for my thesis project. Luckily, I found your work and very interested in it. But I don't know how to run this project for testing purpose such as: using computer's webcam to test, so could you please guide me that how to do that. Have a nice day!

Best regards,

Son Nguyen

@CopurOnur
Copy link
Owner

Hello Son Nguyen,
Thanks for your interest in the project. In this repository, there is no script for real-life experiments. For that, you can refer to the code here,
https://github.com/CopurOnur/Engagement_Detection_OpenFace_Bi-LSTM

but this is not for real-time applications, you can pass a video and get the output video with engagement scores for the frequency you set, for example for each (5 seconds, 10 seconds, etc.). Moreover, the architecture in this repository is not the same as ED-MTT, but you can easily use ED-MTT for this purpose also. It is possible to make real-time applications by using a webcam but you need to use LSTM or other RNN architecture but not Bi-LSTM since it requires you to have the whole sequence. You can also prefer using frame-level prediction for real-time applications but all these will require a significant amount of adjustment to the code currently available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants