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

Add face tracking to application #11

Open
fadsamo opened this issue Nov 21, 2021 · 3 comments
Open

Add face tracking to application #11

fadsamo opened this issue Nov 21, 2021 · 3 comments

Comments

@fadsamo
Copy link

fadsamo commented Nov 21, 2021

Hi
First of all, thank you for this great work
I want to track every face that is detected and save only one face of a particular id. How can I do this?

@fadsamo fadsamo changed the title Add tracking tracking to application Add face tracking to application Nov 21, 2021
@Qengineering
Copy link
Owner

Dear @fadsamo ,

Can you explain me in more detail what precisely you want?

The app stores all the faces in a 'database' located at ./img/ folder.
You may manipulate the database by hand, choosing the faces you want to be recognized.
But, I presume that's not want you intended to do.

@fadsamo
Copy link
Author

fadsamo commented Nov 21, 2021

I do not want to apply the face recognition module. I just want to track the faces that can be detected by retinaface or Mycenaean module and save the best face that is not side (frontal), or not blurry , or has more details ...
But the problem is that for each face in front of the camera, I save only one or two faces for each ID and finally send these faces detected by jetson nano to the cloud to perform face recognition ...
I know that using kalman tracking algorithms, you can track objects, and here these objects can be face landmarks.
But I do not know how to do this in your program.

@Qengineering
Copy link
Owner

Dear @fadsamo,
Now it's clear to me want you trying to build. However, it is not something you can fix in a few lines of code. In fact, it is far beyond the scope of this project and could be a complete new project. My apologies, I can't help you on this one.
Try to find another repo on GitHub with tracking already available, like people counters.

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