Datasets:
File size: 1,593 Bytes
9bd5e22 | 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 | {
"segments": [
{
"timestamp": "00:00:08-00:00:09",
"action_annotation": {
"action_name": "grasp",
"hand_type": "both",
"is_lhand": 1,
"is_rhand": 1,
"text_key": "Grasp sealed jar with both hands.",
"text_variants": [
"Grasp sealed jar with both hands.",
"Both hands grasp sealed jar.",
"Grasping sealed jar with both hands.",
"Sealed jar is grasped with both hands."
],
"object_name": "sealed jar"
}
},
{
"timestamp": "00:00:10-00:00:12",
"action_annotation": {
"action_name": "open",
"hand_type": "right",
"is_lhand": 0,
"is_rhand": 1,
"text_key": "Open sealed jar with right hand.",
"text_variants": [
"Open sealed jar with right hand.",
"Right hand opens sealed jar.",
"Opening sealed jar with right hand.",
"Sealed jar is opened with right hand."
],
"object_name": "sealed jar"
}
},
{
"timestamp": "00:00:13-00:00:14",
"action_annotation": {
"action_name": "place",
"hand_type": "right",
"is_lhand": 0,
"is_rhand": 1,
"text_key": "Place sealed jar with right hand.",
"text_variants": [
"Place sealed jar with right hand.",
"Right hand places sealed jar.",
"Placing sealed jar with right hand.",
"Sealed jar is placed with right hand."
],
"object_name": "sealed jar"
}
}
],
"_salvaged": true
} |