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

Age gender refactor #169

Merged
merged 2 commits into from Jul 30, 2021
Merged

Age gender refactor #169

merged 2 commits into from Jul 30, 2021

Conversation

Erol444
Copy link
Member

@Erol444 Erol444 commented Jul 30, 2021

Now uses script node to decode 1st stage NN (face detection) and to control the imageManip to crop the frame for input into the 2nd stage NN (age/gender recognition).

This experiment crops the initial high-res input image (1080x1080), based on the detection of the NN. This was requested by our user on discord. Unfortunately the 2nd stage NN (age-gender-recognition) required 62x62 input image, not a high-quality one, otherwise this feature would be much more visible&useful.

Result img:
image

…ults from 1st stage NN and imagemanip to crop the original high-quality frame for the 2nd stage NN (age/gender estimation)
@Erol444 Erol444 requested a review from VanDavv July 30, 2021 12:55
Copy link
Contributor

@VanDavv VanDavv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great example of Script nodes, thanks!

@Erol444 Erol444 merged commit 7d449de into master Jul 30, 2021
@Erol444 Erol444 deleted the age_gender_refactor branch July 30, 2021 15:00
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

Successfully merging this pull request may close these issues.

None yet

2 participants