Upload molmoact_dataset_household/train/meta
Browse files
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
molmoact_dataset_household/train/meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
|
molmoact_dataset_household/train/meta/episodes.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
molmoact_dataset_household/train/meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b8031426dd46ba66dbdbdc8adc0c380bcb05b78e141daeb61324c3574dfe1d7
|
| 3 |
+
size 16280745
|
molmoact_dataset_household/train/meta/info.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "franka",
|
| 4 |
+
"total_episodes": 5936,
|
| 5 |
+
"total_frames": 794199,
|
| 6 |
+
"total_tasks": 82,
|
| 7 |
+
"total_videos": 0,
|
| 8 |
+
"total_chunks": 6,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 10,
|
| 11 |
+
"splits": {
|
| 12 |
+
"train": "0:5936"
|
| 13 |
+
},
|
| 14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 16 |
+
"features": {
|
| 17 |
+
"first_view": {
|
| 18 |
+
"dtype": "image",
|
| 19 |
+
"shape": [
|
| 20 |
+
480,
|
| 21 |
+
640,
|
| 22 |
+
3
|
| 23 |
+
],
|
| 24 |
+
"names": [
|
| 25 |
+
"height",
|
| 26 |
+
"width",
|
| 27 |
+
"channel"
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
"second_view": {
|
| 31 |
+
"dtype": "image",
|
| 32 |
+
"shape": [
|
| 33 |
+
480,
|
| 34 |
+
640,
|
| 35 |
+
3
|
| 36 |
+
],
|
| 37 |
+
"names": [
|
| 38 |
+
"height",
|
| 39 |
+
"width",
|
| 40 |
+
"channel"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
"wrist_image": {
|
| 44 |
+
"dtype": "image",
|
| 45 |
+
"shape": [
|
| 46 |
+
480,
|
| 47 |
+
640,
|
| 48 |
+
3
|
| 49 |
+
],
|
| 50 |
+
"names": [
|
| 51 |
+
"height",
|
| 52 |
+
"width",
|
| 53 |
+
"channel"
|
| 54 |
+
]
|
| 55 |
+
},
|
| 56 |
+
"state": {
|
| 57 |
+
"dtype": "float32",
|
| 58 |
+
"shape": [
|
| 59 |
+
7
|
| 60 |
+
],
|
| 61 |
+
"names": [
|
| 62 |
+
"state"
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
"actions": {
|
| 66 |
+
"dtype": "float32",
|
| 67 |
+
"shape": [
|
| 68 |
+
7
|
| 69 |
+
],
|
| 70 |
+
"names": [
|
| 71 |
+
"actions"
|
| 72 |
+
]
|
| 73 |
+
},
|
| 74 |
+
"timestamp": {
|
| 75 |
+
"dtype": "float32",
|
| 76 |
+
"shape": [
|
| 77 |
+
1
|
| 78 |
+
],
|
| 79 |
+
"names": null
|
| 80 |
+
},
|
| 81 |
+
"frame_index": {
|
| 82 |
+
"dtype": "int64",
|
| 83 |
+
"shape": [
|
| 84 |
+
1
|
| 85 |
+
],
|
| 86 |
+
"names": null
|
| 87 |
+
},
|
| 88 |
+
"episode_index": {
|
| 89 |
+
"dtype": "int64",
|
| 90 |
+
"shape": [
|
| 91 |
+
1
|
| 92 |
+
],
|
| 93 |
+
"names": null
|
| 94 |
+
},
|
| 95 |
+
"index": {
|
| 96 |
+
"dtype": "int64",
|
| 97 |
+
"shape": [
|
| 98 |
+
1
|
| 99 |
+
],
|
| 100 |
+
"names": null
|
| 101 |
+
},
|
| 102 |
+
"task_index": {
|
| 103 |
+
"dtype": "int64",
|
| 104 |
+
"shape": [
|
| 105 |
+
1
|
| 106 |
+
],
|
| 107 |
+
"names": null
|
| 108 |
+
}
|
| 109 |
+
}
|
| 110 |
+
}
|
molmoact_dataset_household/train/meta/tasks.jsonl
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "lift the pillow"}
|
| 2 |
+
{"task_index": 1, "task": "stand the pillow up"}
|
| 3 |
+
{"task_index": 2, "task": "move the pillow to side"}
|
| 4 |
+
{"task_index": 3, "task": "clean the toilet"}
|
| 5 |
+
{"task_index": 4, "task": "clear the spill"}
|
| 6 |
+
{"task_index": 5, "task": "close the door"}
|
| 7 |
+
{"task_index": 6, "task": "shut the door"}
|
| 8 |
+
{"task_index": 7, "task": "close door"}
|
| 9 |
+
{"task_index": 8, "task": "close the drawer"}
|
| 10 |
+
{"task_index": 9, "task": "close the cabinet"}
|
| 11 |
+
{"task_index": 10, "task": "Close the laptop lid"}
|
| 12 |
+
{"task_index": 11, "task": "close the oven"}
|
| 13 |
+
{"task_index": 12, "task": "close the microwave"}
|
| 14 |
+
{"task_index": 13, "task": "cover the lid of food container"}
|
| 15 |
+
{"task_index": 14, "task": "cover the lid of the pot"}
|
| 16 |
+
{"task_index": 15, "task": "flush the toilet"}
|
| 17 |
+
{"task_index": 16, "task": "flush an the toilet"}
|
| 18 |
+
{"task_index": 17, "task": "hang the headphone"}
|
| 19 |
+
{"task_index": 18, "task": "hang the cap"}
|
| 20 |
+
{"task_index": 19, "task": "open the oven"}
|
| 21 |
+
{"task_index": 20, "task": "pour me some water"}
|
| 22 |
+
{"task_index": 21, "task": "pour the cereal into the box"}
|
| 23 |
+
{"task_index": 22, "task": "put the cereal into the box"}
|
| 24 |
+
{"task_index": 23, "task": "push the sanitizer"}
|
| 25 |
+
{"task_index": 24, "task": "sanitize yourself"}
|
| 26 |
+
{"task_index": 25, "task": "press down on the sanitizer"}
|
| 27 |
+
{"task_index": 26, "task": "use the sanitizer"}
|
| 28 |
+
{"task_index": 27, "task": "press the toaster"}
|
| 29 |
+
{"task_index": 28, "task": "put the apple into the container"}
|
| 30 |
+
{"task_index": 29, "task": "put the apple in the tray"}
|
| 31 |
+
{"task_index": 30, "task": "put banana in the tray"}
|
| 32 |
+
{"task_index": 31, "task": "put the cereal into the container"}
|
| 33 |
+
{"task_index": 32, "task": "put the chip bag into the container"}
|
| 34 |
+
{"task_index": 33, "task": "put my clothes in the laundry bag"}
|
| 35 |
+
{"task_index": 34, "task": "put the fork in the dishwasher"}
|
| 36 |
+
{"task_index": 35, "task": "put the fork into the plate"}
|
| 37 |
+
{"task_index": 36, "task": "put the fork into the sink"}
|
| 38 |
+
{"task_index": 37, "task": "put the gamepad in the basket"}
|
| 39 |
+
{"task_index": 38, "task": "put scissor in the drawer"}
|
| 40 |
+
{"task_index": 39, "task": "put cup in the drawer"}
|
| 41 |
+
{"task_index": 40, "task": "put mug in the drawer"}
|
| 42 |
+
{"task_index": 41, "task": "put fork in the drawer"}
|
| 43 |
+
{"task_index": 42, "task": "put seasoning jar in the drawer"}
|
| 44 |
+
{"task_index": 43, "task": "put red apple in the drawer"}
|
| 45 |
+
{"task_index": 44, "task": "put the knife into the sink"}
|
| 46 |
+
{"task_index": 45, "task": "put the markers back in the holder"}
|
| 47 |
+
{"task_index": 46, "task": "put the mug in the sink"}
|
| 48 |
+
{"task_index": 47, "task": "put the plate in the dishwasher"}
|
| 49 |
+
{"task_index": 48, "task": "put the protein bar into the container"}
|
| 50 |
+
{"task_index": 49, "task": "put the spoon in the dishwasher"}
|
| 51 |
+
{"task_index": 50, "task": "put the spoon into the plate"}
|
| 52 |
+
{"task_index": 51, "task": "put the spoon into the sink"}
|
| 53 |
+
{"task_index": 52, "task": "put the stuffed toy in the basket"}
|
| 54 |
+
{"task_index": 53, "task": "put the tangerine in the tray"}
|
| 55 |
+
{"task_index": 54, "task": "put the tongs back in the holder"}
|
| 56 |
+
{"task_index": 55, "task": "put the toy car in the basket"}
|
| 57 |
+
{"task_index": 56, "task": "put the toy cat in the basket"}
|
| 58 |
+
{"task_index": 57, "task": "put the book on the shelf"}
|
| 59 |
+
{"task_index": 58, "task": "organize the shelf"}
|
| 60 |
+
{"task_index": 59, "task": "shelf the books"}
|
| 61 |
+
{"task_index": 60, "task": "take mango out of the basket"}
|
| 62 |
+
{"task_index": 61, "task": "take round pear out of the basket"}
|
| 63 |
+
{"task_index": 62, "task": "take orange out of the basket"}
|
| 64 |
+
{"task_index": 63, "task": "take apple out of the basket"}
|
| 65 |
+
{"task_index": 64, "task": "take green apple out of the basket"}
|
| 66 |
+
{"task_index": 65, "task": "take pear out of the basket"}
|
| 67 |
+
{"task_index": 66, "task": "take green lemon out of the basket"}
|
| 68 |
+
{"task_index": 67, "task": "take red apple out of the basket"}
|
| 69 |
+
{"task_index": 68, "task": "take plum out of the basket"}
|
| 70 |
+
{"task_index": 69, "task": "take yellow lemon out of the basket"}
|
| 71 |
+
{"task_index": 70, "task": "take lemon out of the basket"}
|
| 72 |
+
{"task_index": 71, "task": "Throw the bottle in the trash bin"}
|
| 73 |
+
{"task_index": 72, "task": "Throw the can in the trash bin"}
|
| 74 |
+
{"task_index": 73, "task": "throw the can in the trash bin"}
|
| 75 |
+
{"task_index": 74, "task": "throw the chip bag in the trash bin"}
|
| 76 |
+
{"task_index": 75, "task": "throw the bottle in the trash bin"}
|
| 77 |
+
{"task_index": 76, "task": "throw the tissue in the trash bin"}
|
| 78 |
+
{"task_index": 77, "task": "turn off the cold water"}
|
| 79 |
+
{"task_index": 78, "task": "turn off the hot water"}
|
| 80 |
+
{"task_index": 79, "task": "turn off the light"}
|
| 81 |
+
{"task_index": 80, "task": "turn off the stove"}
|
| 82 |
+
{"task_index": 81, "task": "turn off the faucet"}
|