Skip to content

Instantly share code, notes, and snippets.

@jackersson
Last active September 10, 2019 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackersson/2e23288e37226211cc960312b5b6d654 to your computer and use it in GitHub Desktop.
Save jackersson/2e23288e37226211cc960312b5b6d654 to your computer and use it in GitHub Desktop.
{
"frame_offset": 1,
"track_id": 1,
"group_id": 1,
"identity": {
"name": "First-Last Name",
"confidence": 0.9
},
"face": {
"age": [0, 17],
"gender": "male",
"bouding_box": [100, 100, 200, 200],
"confidence": 0.49,
},
"person": {
"bouding_box": [100, 100, 500, 500],
"keypoints": {
"top_head": [100, 200],
"bottom_center": [100, 500]
},
"confidence": 0.49
}
},
{
"frame_offset": 1,
"stats": {
"age_distribution": {
"(0, 17)": 4,
"(18, 25)": 10,
"(26, 40)": 20,
"(41, 55)": 4,
"(55, 100)": 1,
},
"gender_distribution": {
"male": 51,
"female": 49
},
"smart_counter": {
"in": 100,
"out": 99
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment