AMMICO/ammico/test/data/example_faces.json
2023-04-24 17:03:58 +02:00

11 строки
353 B
JSON

{
"face": "Yes",
"multiple_faces": "Yes",
"no_faces": 11,
"wears_mask": ["No", "No", "Yes"],
"age": [36, 35, 33],
"gender": ["Man", "Man", "Man"],
"race": ["white", "white", null],
"emotion": ["sad", "fear", null],
"emotion (category)": ["Negative", "Negative", null]
}