jellyho commited on
Commit
9e0c675
·
verified ·
1 Parent(s): 1f1af9f

Upload DROID skill subset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +110 -0
  2. data/chunk-000/file-000.parquet +3 -0
  3. data/chunk-000/file-001.parquet +3 -0
  4. data/chunk-000/file-002.parquet +3 -0
  5. data/chunk-000/file-003.parquet +3 -0
  6. data/chunk-000/file-004.parquet +3 -0
  7. data/chunk-000/file-005.parquet +3 -0
  8. data/chunk-000/file-006.parquet +3 -0
  9. data/chunk-000/file-007.parquet +3 -0
  10. data/chunk-000/file-008.parquet +3 -0
  11. data/chunk-000/file-009.parquet +3 -0
  12. data/chunk-000/file-010.parquet +3 -0
  13. data/chunk-000/file-011.parquet +3 -0
  14. data/chunk-000/file-012.parquet +3 -0
  15. data/chunk-000/file-013.parquet +3 -0
  16. data/chunk-000/file-014.parquet +3 -0
  17. data/chunk-000/file-015.parquet +3 -0
  18. data/chunk-000/file-016.parquet +3 -0
  19. data/chunk-000/file-017.parquet +3 -0
  20. data/chunk-000/file-018.parquet +3 -0
  21. data/chunk-000/file-019.parquet +3 -0
  22. data/chunk-000/file-020.parquet +3 -0
  23. data/chunk-000/file-021.parquet +3 -0
  24. data/chunk-000/file-022.parquet +3 -0
  25. data/chunk-000/file-023.parquet +3 -0
  26. data/chunk-000/file-024.parquet +3 -0
  27. data/chunk-000/file-025.parquet +3 -0
  28. data/chunk-000/file-026.parquet +3 -0
  29. data/chunk-000/file-027.parquet +3 -0
  30. data/chunk-000/file-028.parquet +3 -0
  31. data/chunk-000/file-029.parquet +3 -0
  32. data/chunk-000/file-030.parquet +3 -0
  33. data/chunk-000/file-031.parquet +3 -0
  34. data/chunk-000/file-032.parquet +3 -0
  35. data/chunk-000/file-033.parquet +3 -0
  36. data/chunk-000/file-034.parquet +3 -0
  37. data/chunk-000/file-035.parquet +3 -0
  38. data/chunk-000/file-036.parquet +3 -0
  39. data/chunk-000/file-037.parquet +3 -0
  40. data/chunk-000/file-038.parquet +3 -0
  41. data/chunk-000/file-039.parquet +3 -0
  42. data/chunk-000/file-040.parquet +3 -0
  43. data/chunk-000/file-041.parquet +3 -0
  44. data/chunk-000/file-042.parquet +3 -0
  45. data/chunk-000/file-043.parquet +3 -0
  46. data/chunk-000/file-044.parquet +3 -0
  47. data/chunk-000/file-045.parquet +3 -0
  48. data/chunk-000/file-046.parquet +3 -0
  49. data/chunk-000/file-047.parquet +3 -0
  50. data/chunk-000/file-048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - DROID
8
+ - robotics
9
+ - skill-filtered
10
+ - picking
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ # DROID Skill Subset: picking
17
+
18
+ This is a skill-filtered subset of the local DROID 1.0.1 LeRobot-format dataset.
19
+ It was generated with `droid_filter.py` from `/scratch/jellyho/prsl_skills`.
20
+
21
+ ## Repository
22
+
23
+ - Hugging Face repo: `jellyho/droid_subsets_picking`
24
+ - Source dataset path used locally: `/scratch/jellyho/droid_1.0.1`
25
+ - Output subset path used locally: `/scratch/jellyho/droid_subsets/picking`
26
+
27
+ ## Filtering
28
+
29
+ ```json
30
+ {
31
+ "skills": [
32
+ "picking"
33
+ ],
34
+ "skill_keywords": {
35
+ "picking": [
36
+ "pick",
37
+ "pick up",
38
+ "grab",
39
+ "grasp",
40
+ "take",
41
+ "lift",
42
+ "remove"
43
+ ]
44
+ },
45
+ "queries": [],
46
+ "exclude": [],
47
+ "regex": false,
48
+ "match_all": false,
49
+ "min_length": null,
50
+ "max_length": null,
51
+ "max_episodes": 300,
52
+ "sample_mode": "balanced",
53
+ "seed": 0
54
+ }
55
+ ```
56
+
57
+ ## Dataset Statistics
58
+
59
+ - Episodes: `300`
60
+ - Frames: `88076`
61
+ - Unique tasks: `300`
62
+ - Sampling mode: `balanced`
63
+ - Max episodes: `300`
64
+ - Seed: `0`
65
+ - Mean episode length: `293.58666666666664`
66
+ - Min/max episode length: `85` / `1450`
67
+ - Episode success rate: `1.0`
68
+
69
+ ## Top Tasks
70
+
71
+ | task_text | episodes |
72
+ | --- | --- |
73
+ | Take the utensils out of the weaved basket | 1 |
74
+ | Remove the purple marker from the box and put it on the counter | 1 |
75
+ | Pick up the white remote and move it to the right | 1 |
76
+ | Remove the plastic spoon from the small mug and put it on the counter | 1 |
77
+ | Pick the fork and put it in the drawer | 1 |
78
+ | Remove the glass lid from the black pot | 1 |
79
+ | Take the lid off the pot | 1 |
80
+ | Pick up the brown and yellow medicine bottle from the orange plastic and put it on the table | 1 |
81
+ | Take the spray bottle in the box and put it on the table | 1 |
82
+ | Take the strawberry off of the tray | 1 |
83
+
84
+ ## Files
85
+
86
+ This repository keeps the LeRobot-style layout:
87
+
88
+ ```text
89
+ meta/info.json
90
+ meta/tasks.parquet
91
+ meta/episodes/chunk-000/file-000.parquet
92
+ data/chunk-000/file-*.parquet
93
+ episodes.csv
94
+ episodes.jsonl
95
+ summary.json
96
+ stats.json
97
+ task_counts.csv
98
+ length_histogram.csv
99
+ source_episode_files.csv
100
+ ```
101
+
102
+ The subset keeps compact `episode_index`, `task_index`, and `index` values for
103
+ loader compatibility. `episodes.csv` keeps `original_episode_index` for tracing
104
+ rows back to the original DROID dataset when available.
105
+
106
+ ## Notes
107
+
108
+ Video files are not included unless explicitly materialized with video symlinks
109
+ or copies. These subsets are intended for lightweight skill-conditioned
110
+ fine-tuning experiments.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1336d69fb9599e2a212149f8c3556abcec8d1e3a58927f679b6e2e8008daa442
3
+ size 236002
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa76dddcf08d1070ce6c442612129aad8eccbca2d6ab2a0621f2d2ce83076ebe
3
+ size 321217
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7c6cbc1c2152ed083d4e58ff31aa48512ccab0ec592a295237c37c8bfee4be
3
+ size 489915
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52af2c95dd7d3aee2a7da0e8b87914b549c61c91fc3c189685f1aacba67efe67
3
+ size 345053
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505c3ed05bbe86e68cda67770932c2eaeb1345b2b4b009667c81284f4a394c26
3
+ size 703987
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30045ef6a224c1783d93f1970238f0a9708d5924a9e03cbdd0466f3ce25d71d5
3
+ size 215587
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b88f1460acb03f4ca5b9cb761a7548757e38edf96a7675422e5fb59a3dd012
3
+ size 308323
data/chunk-000/file-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e079a64115acfa47839e1990d015a50836dd97e8d0aade436b021fcb363dd3
3
+ size 382646
data/chunk-000/file-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de2f59dc6f12902cc782c7378a8ef0bcc1e2973ba1581168ec71345afb5cd6e
3
+ size 237136
data/chunk-000/file-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1307f91d41e08a992b88a375a12bfb16a2a3c91b192b6a0e6e57f0206e72cd
3
+ size 247142
data/chunk-000/file-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe124bee2dc6d06816baf54f4b28af408f1c047920e326909e681a584301f84e
3
+ size 326294
data/chunk-000/file-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1379954f57ddc6f9151e375fff38b28653eef4ad442c510024ae2a4f1f5cfc60
3
+ size 597826
data/chunk-000/file-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f00e023748a6aefde3a228b57d0dc05c7c5881fdc87c7c09846603bbad218b
3
+ size 123388
data/chunk-000/file-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd92c106038e53daf052bab191fb01316ec9db63b4c49b6d09606640ef781911
3
+ size 353624
data/chunk-000/file-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca89ae319820405e75239bda55060ee2315d7833d7c4c9cdc3cb0727432289b
3
+ size 329386
data/chunk-000/file-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c69dec7160a699ab510e872e3fe2daa74ebf8eded856a2d99773b16f43f69d0
3
+ size 405882
data/chunk-000/file-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b931b403e37cac23e69daa44937327b042c7d126af53758ab019305d3c942a5
3
+ size 203199
data/chunk-000/file-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358eb866a4e06a9ba857e58dd9ea83484e9009071f811fab5a1d5f0feb05932c
3
+ size 72914
data/chunk-000/file-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9f1eb37a0019959cf56d019ce010064d245a619e12eb6948454c74cf023aae
3
+ size 95385
data/chunk-000/file-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55b554ec695eaa4ac8dd2d6d7cadf88df5665e5a395493568929b9a8e565eb5
3
+ size 270118
data/chunk-000/file-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27747389292ccf5d29c0a6c3868526d3bfc2450f2d5b3bbdf47abb4e4819b611
3
+ size 659321
data/chunk-000/file-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562fc5b7a623b9bb798d738cf8f3cfa0d792428fbfe23aeabef46b333758b753
3
+ size 788631
data/chunk-000/file-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4e86caec2e2ad2595f85960227b118548450aa69197ff1c9caf8bc4c5c5854
3
+ size 375732
data/chunk-000/file-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f066432ff1e38410d42b250b687627011ba25bf8efdae754fe8e296adcb0b21
3
+ size 113688
data/chunk-000/file-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1637702f02d47c0e0c8cadf6aa3ec5283f12dd08587b2386aa70f2830fb92c9c
3
+ size 398987
data/chunk-000/file-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0d935f25ad926e9a55315dd8e4d0b199ba5ac30cac6d3f727abf62841794ec
3
+ size 324433
data/chunk-000/file-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431d52b3f21445bdce0d8e8ba3135e14d13be80454f0d33ea2fbd4585460f557
3
+ size 488434
data/chunk-000/file-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68e1defc8b36bc55d1a6765f7d6b43f985debaca452dec1d01c745ef8d81a8d
3
+ size 220693
data/chunk-000/file-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57279329dede92062690629ada896ef7067ecff86d3b2c921a96ce18a51b41e3
3
+ size 236498
data/chunk-000/file-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4db755ee9fe51da409fea8470a568da88771aa4dba7696eba45bb5d4e68e0ee
3
+ size 384037
data/chunk-000/file-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdee8a16940837c244c13fcd32ae9b84a45800d593018d00e0c63a7f4caed84
3
+ size 343661
data/chunk-000/file-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a963f159ffa7687ccf53e8b7ba75f3a2506d684380b9e0dcae7419c7cc4b224e
3
+ size 449818
data/chunk-000/file-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ada697bf3b0298183ada42b9c61b3d2609683bc77ce55689f13cb4827fe1bf03
3
+ size 105533
data/chunk-000/file-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef82fa12382dc9fb69f80a11cb32153d7541e20defe772e060e248c4dbb1630
3
+ size 949790
data/chunk-000/file-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a8b935d7280016ff3800251856f8fad1513f434d86c57bed2e4b0aebaa8420
3
+ size 100900
data/chunk-000/file-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a535c49e5d36bd6e82dd491a2b06121c34c63e2d7686e39e89bfaf32dbdb27
3
+ size 392401
data/chunk-000/file-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2cdde7196e5be4e7a854f29b2369bbcde0fd79b2abb20f08201d60fe0a09b6
3
+ size 1037680
data/chunk-000/file-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4272e58754ad0b9e64366cd0fc4aa1c6facde8ef6642efe564b64f2c761a56
3
+ size 625418
data/chunk-000/file-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586de152a2af7995081b429f759b0f698a9ad413f7fe29287b90de422684e5e8
3
+ size 471007
data/chunk-000/file-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e45ae9591ff3358fee21689408a1135ff71ca976c39f520b0697a760719af29c
3
+ size 639042
data/chunk-000/file-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f951f1025adf03286b13715a3e06f744f43e17d64bf5842f0e69a993f602e072
3
+ size 1183949
data/chunk-000/file-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39216a85fc656591a040a79a5334a875723cdf907a390f0b5e801722e3dceece
3
+ size 465169
data/chunk-000/file-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1876578c78cfebff822408a9abf0560c13f7ae71884f353e3fce11cdc9eff6
3
+ size 116397
data/chunk-000/file-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7729e55db66849009013a010ed5b29d783b2f21f2162e1d4af6ada35eb93d2a8
3
+ size 846486
data/chunk-000/file-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c885e10fb9c40bf3dffaebd47212b24b0f5ca5f42c40ae3d3fe901c4e63ce272
3
+ size 285020
data/chunk-000/file-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9396cd3ac216eb486afa7c84b230ddf4f0664a04840ea35597a63c436985f8a
3
+ size 230534
data/chunk-000/file-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6cacccf2d4257ab02e9661b5204be01eeb3c51f4e4d2ad1f63e64cff76b5291
3
+ size 386300
data/chunk-000/file-047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ad9a738c8d8a0c41372ab7c9064049c375453815642a70cbb2694e14753c23
3
+ size 728666
data/chunk-000/file-048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18c185a8d967d60324f8e3242cc17a335d5d7cbb665878759762c6239485720a
3
+ size 382624