-
Notifications
You must be signed in to change notification settings - Fork 114
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
Hero 8 Black FACE definition #163
Comments
Ooops, yes missing from the readme, now updated. HERO8 has the third version, and HERO10 the forth, it has been hard to keep this consistant. HERO8/9 - The last two fields are confidence (percentage likelihood of the face detection) and smile percentage (confidence of a smile). |
Thanks @dnewman-gpsw could you confirm the definition for Hero9, I'm guessing Also do you have a sample file for hero9 and hero10 as they would be great for testing against. |
HERO9 is the same as 8 (Lffffff). Providing sample HERO9/10 clips in now on my todo list. |
Sorry @dnewman-gpsw I'm confused, based on your update hero 8 is defined as: Which corresponds to the fields:
Where as hero 9 is defined as: Based on that it seems it has an extra |
Sorry, I made an error on the readme. That is for HERO10, not HERO9. HERO9 and HERO8 have the same FACE metadata. HERO10 uses the more compact "BBSSSSSBB", switching from floats to unsigned shorts or bytes (28 bytes down to 14 bytes per FACE). It also adds a blink detector. struct face_data { Example: |
Awesome thanks @dnewman-gpsw! |
The README specifies the definition of
FACE
Hero 6 and Hero 7 but Hero 8 seems to be a third variant with the complex type definition ofLffffff
.Could you document what this type is defined as, specifically the additional 2 fields?
The text was updated successfully, but these errors were encountered: