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

37 строки
869 B
JSON

{"image01":
{
"filename": "./data/image01.jpg",
"person": "yes",
"bicycle": "no",
"car": "no",
"motorcycle": "no",
"airplane": "no",
"bus": "no",
"train": "no",
"truck": "no",
"boat": "no",
"traffic light": "no",
"cell phone": "yes",
"gender": "male",
"wears_mask": "no",
"race": "asian"
},
"image02":
{
"filename": "./data/image02.jpg",
"person": "no",
"bicycle": "no",
"car": "yes",
"motorcycle": "no",
"airplane": "no",
"bus": "yes",
"train": "no",
"truck": "yes",
"boat": "no",
"traffic light": "yes",
"cell phone": "no",
"gender": "male",
"wears_mask": "no",
"race": "asian"
}
}