Upload collection_metadata.json
Browse files
images/navigation trajectory/collection_metadata.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_episodes": 10,
|
| 3 |
+
"dataset_path": "/share/project/emllm_mnt.1d/hpfs/baaiei/habitat/navla/processed_train",
|
| 4 |
+
"episodes": [
|
| 5 |
+
{
|
| 6 |
+
"episode_id": 0,
|
| 7 |
+
"instruction": "Turn around and turn right. Wait next to the counter with the bamboo plant. ",
|
| 8 |
+
"task": "navigation",
|
| 9 |
+
"num_frames": 43,
|
| 10 |
+
"path": "episode_0"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"episode_id": 1,
|
| 14 |
+
"instruction": "Turn around and walk straight. Wait by the sink that is on the left, to the left of the two chairs on the right. ",
|
| 15 |
+
"task": "navigation",
|
| 16 |
+
"num_frames": 55,
|
| 17 |
+
"path": "episode_1"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"episode_id": 2,
|
| 21 |
+
"instruction": "Exit the bathroom by walking through the open doorway and enter the bedroom. Walk forward until you reach the corner of the bed. Continue on through the open doorway ahead of you to exit the bedroom. Take a few forward steps passed the bedroom door and stop and wait. ",
|
| 22 |
+
"task": "navigation",
|
| 23 |
+
"num_frames": 53,
|
| 24 |
+
"path": "episode_2"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"episode_id": 3,
|
| 28 |
+
"instruction": "Turn around and walk out of the bedroom and take a right. Take another right and wait in that bedroom. ",
|
| 29 |
+
"task": "navigation",
|
| 30 |
+
"num_frames": 69,
|
| 31 |
+
"path": "episode_3"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"episode_id": 4,
|
| 35 |
+
"instruction": "Walk forward to the two exercising machines. ",
|
| 36 |
+
"task": "navigation",
|
| 37 |
+
"num_frames": 35,
|
| 38 |
+
"path": "episode_4"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"episode_id": 5,
|
| 42 |
+
"instruction": "Exit the room then turn left and go down the hallway. Go up the steps then go straight and wait right next to the piano. ",
|
| 43 |
+
"task": "navigation",
|
| 44 |
+
"num_frames": 49,
|
| 45 |
+
"path": "episode_5"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"episode_id": 6,
|
| 49 |
+
"instruction": "Turn left and walk straight. Wait next to the beige couch. ",
|
| 50 |
+
"task": "navigation",
|
| 51 |
+
"num_frames": 52,
|
| 52 |
+
"path": "episode_6"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"episode_id": 7,
|
| 56 |
+
"instruction": "Walk out the double white doors to your left. Once in the hallway turn right and stop once you reach the 2nd rug. ",
|
| 57 |
+
"task": "navigation",
|
| 58 |
+
"num_frames": 35,
|
| 59 |
+
"path": "episode_7"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"episode_id": 8,
|
| 63 |
+
"instruction": "Walk past the dining room table and up the set of stairs on the left. Stop on the second from the bottom stair. ",
|
| 64 |
+
"task": "navigation",
|
| 65 |
+
"num_frames": 33,
|
| 66 |
+
"path": "episode_8"
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"episode_id": 9,
|
| 70 |
+
"instruction": "Go out from bedroom and take right. you can see upstairs near bench. ",
|
| 71 |
+
"task": "navigation",
|
| 72 |
+
"num_frames": 65,
|
| 73 |
+
"path": "episode_9"
|
| 74 |
+
}
|
| 75 |
+
]
|
| 76 |
+
}
|