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

Express thanks and Ask some questions #1

Open
OroChippw opened this issue Jul 11, 2023 · 1 comment
Open

Express thanks and Ask some questions #1

OroChippw opened this issue Jul 11, 2023 · 1 comment

Comments

@OroChippw
Copy link

Nice to find the repository that reproduces that paper and to see such a detailed report-presentation, thanks a lot!
May I ask if you guys have tried changing the SVM to a deep learning network? At the same time, I would like to ask whether the detection speed of a single frame image really takes about 3 minutes. Based on what equipment is used to measure this data, it feels a bit too slow?

@KevinDepedri
Copy link
Owner

Hi!
I can confirm that the time required for the full analysis of a frame, after the eye-blinking phase, is around 3 minutes.
The project was running on a laptop with the following hardware:
-Intel i7 5th gen
-Nvidia GTX960M
-8GB RAM
Please notice that the majority of the time is spent to compute the descriptors. This computation is primarily based on code that was written from scratch, without relying on external libraries. Therefore, interesting improvements can probably be obtained by relying on more efficient libraries.

As the report states, we tried it using an SVM. Unfortunately, we did not pursue the approach based on neural networks.

If you have any questions, feel free to ask!

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