Datasets:
Tasks:
Image Segmentation
Languages:
English
Size:
10K<n<100K
Tags:
referring-expression-segmentation
video-understanding
spatio-temporal
dynamic-scenes
instance-segmentation
License:
File size: 2,053 Bytes
edae372 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | {
"scene": "split-cookie",
"tracks": [
{
"track_id": "cookie_1",
"category": "bare hands",
"existence_interval": [0, 537],
"temporal_profile": {
"manipulating": [[0, 537]]
},
"motion_pattern": "one-time:break",
"is_static": false,
"description_en": "The upper hand holds one side of the cookie.",
"description_zh": "上方的手握住曲奇饼干一侧"
},
{
"track_id": "cookie_2",
"category": "bare hands",
"existence_interval": [0, 537],
"temporal_profile": {
"manipulating": [[0, 537]]
},
"motion_pattern": "one-time:break",
"is_static": false,
"description_en": "The lower hand holds the other side of the cookie.",
"description_zh": "下方的手握住曲奇饼干另一侧"
},
{
"track_id": "cookie_3",
"category": "cookie",
"existence_interval": [0, 537],
"temporal_profile": {
"intact": [[0, 220]],
"broken": [[220, 537]]
},
"motion_pattern": "state-change:break",
"is_static": true,
"description_en": "The cookie is split into two halves by both hands.",
"description_zh": "曲奇饼干被双手掰成两半"
},
{
"track_id": "cookie_4",
"category": "Square Wooden Board",
"existence_interval": [0, 537],
"temporal_profile": {
"static": [[0, 537]]
},
"motion_pattern": "static",
"is_static": true,
"description_en": "The square wooden board remains stationary.",
"description_zh": "方形木板静止不动"
},
{
"track_id": "cookie_5",
"category": "checkered tablecloth",
"existence_interval": [0, 537],
"temporal_profile": {
"static": [[0, 537]]
},
"motion_pattern": "static",
"is_static": true,
"description_en": "The checkered tablecloth remains stationary.",
"description_zh": "格子桌布静止不动"
}
]
} |