Prompting-MammAlps / metadata /label_mapping.json
gabeva's picture
Add files using upload-large-folder tool
4b76c10 verified
Raw
History Blame Contribute Delete
1.19 kB
{
"actions": {
"bathing": 0,
"browsing": 1,
"defecating": 2,
"drinking": 3,
"grazing": 4,
"jumping": 5,
"laying_down": 6,
"looking_at_camera": 7,
"pawing_ground": 8,
"preparing_to_suckle": 9,
"rubbing_antlers_on_ground": 10,
"scratching_own_head_or_body": 11,
"shaking_head_or_fur": 12,
"sniffing": 13,
"standing_head_down": 14,
"standing_head_up": 15,
"stretching_body": 16,
"suckling": 17,
"trotting_or_running": 18,
"unknown": 19,
"urinating": 20,
"vocalizing": 21,
"walking": 22
},
"activities": {
"camera_reaction": 0,
"chasing": 1,
"courtship": 2,
"escaping": 3,
"foraging": 4,
"grooming": 5,
"marking_or_wallowing": 6,
"nursing": 7,
"playing": 8,
"resting": 9,
"unknown": 10,
"vigilance": 11
},
"deer_ages": {
"adult": 0,
"juvenile": 1
},
"deer_adult_sexes": {
"female": 0,
"male": 1
},
"species": {
"chamois": 0,
"fox": 1,
"hare": 2,
"marten": 3,
"red_deer": 4,
"roe_deer": 5,
"wolf": 6
},
"weather": {
"sunny": 0,
"clear": 1,
"overcast": 2,
"rainy": 3
}
}