зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 05:04:14 +02:00
* Apply thresholding to restrict the scope of facial expression recognition * fix test dict faces * remove approx * do not ignore data in subdirs * where does test_display come from * remove face analysis duplication * imageai sneaked into ci Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
12 строки
402 B
JSON
12 строки
402 B
JSON
{
|
|
"filename": "./test/data/IMG_2746.png",
|
|
"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]
|
|
} |