vmss2009 commited on
Commit
a347cc9
·
verified ·
1 Parent(s): e44eb11

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. README.md +139 -0
  3. data/.DS_Store +0 -0
  4. data/chunk-000/.DS_Store +0 -0
  5. data/chunk-000/episode_000000.parquet +3 -0
  6. data/chunk-000/episode_000001.parquet +3 -0
  7. data/chunk-000/episode_000002.parquet +3 -0
  8. data/chunk-000/episode_000003.parquet +3 -0
  9. data/chunk-000/episode_000004.parquet +3 -0
  10. data/chunk-000/episode_000005.parquet +3 -0
  11. data/chunk-000/episode_000006.parquet +3 -0
  12. data/chunk-000/episode_000007.parquet +3 -0
  13. data/chunk-000/episode_000008.parquet +3 -0
  14. data/chunk-000/episode_000009.parquet +3 -0
  15. data/chunk-000/episode_000010.parquet +3 -0
  16. data/chunk-000/episode_000011.parquet +3 -0
  17. data/chunk-000/episode_000012.parquet +3 -0
  18. data/chunk-000/episode_000013.parquet +3 -0
  19. data/chunk-000/episode_000014.parquet +3 -0
  20. data/chunk-000/episode_000015.parquet +3 -0
  21. data/chunk-000/episode_000016.parquet +3 -0
  22. data/chunk-000/episode_000017.parquet +3 -0
  23. data/chunk-000/episode_000018.parquet +3 -0
  24. data/chunk-000/episode_000019.parquet +3 -0
  25. data/chunk-000/episode_000020.parquet +3 -0
  26. data/chunk-000/episode_000021.parquet +3 -0
  27. data/chunk-000/episode_000022.parquet +3 -0
  28. data/chunk-000/episode_000023.parquet +3 -0
  29. data/chunk-000/episode_000024.parquet +3 -0
  30. data/chunk-000/episode_000025.parquet +3 -0
  31. data/chunk-000/episode_000026.parquet +3 -0
  32. data/chunk-000/episode_000027.parquet +3 -0
  33. data/chunk-000/episode_000028.parquet +3 -0
  34. data/chunk-000/episode_000029.parquet +3 -0
  35. data/chunk-000/episode_000030.parquet +3 -0
  36. data/chunk-000/episode_000031.parquet +3 -0
  37. data/chunk-000/episode_000032.parquet +3 -0
  38. data/chunk-000/episode_000033.parquet +3 -0
  39. data/chunk-000/episode_000034.parquet +3 -0
  40. data/chunk-000/episode_000035.parquet +3 -0
  41. data/chunk-000/episode_000036.parquet +3 -0
  42. data/chunk-000/episode_000037.parquet +3 -0
  43. data/chunk-000/episode_000038.parquet +3 -0
  44. data/chunk-000/episode_000039.parquet +3 -0
  45. data/chunk-000/episode_000040.parquet +3 -0
  46. data/chunk-000/episode_000041.parquet +3 -0
  47. data/chunk-000/episode_000042.parquet +3 -0
  48. data/chunk-000/episode_000043.parquet +3 -0
  49. data/chunk-000/episode_000044.parquet +3 -0
  50. data/chunk-000/episode_000045.parquet +3 -0
.DS_Store ADDED
Binary file (14.3 kB). View file
 
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "so101_follower",
29
+ "total_episodes": 1,
30
+ "total_frames": 1252,
31
+ "total_tasks": 1,
32
+ "total_videos": 1,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "shoulder_pan.pos",
49
+ "shoulder_lift.pos",
50
+ "elbow_flex.pos",
51
+ "wrist_flex.pos",
52
+ "wrist_roll.pos",
53
+ "gripper.pos"
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 6
60
+ ],
61
+ "names": [
62
+ "shoulder_pan.pos",
63
+ "shoulder_lift.pos",
64
+ "elbow_flex.pos",
65
+ "wrist_flex.pos",
66
+ "wrist_roll.pos",
67
+ "gripper.pos"
68
+ ]
69
+ },
70
+ "observation.images.front": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 720,
74
+ 1280,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 720,
84
+ "video.width": 1280,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
130
+ ```
131
+
132
+
133
+ ## Citation
134
+
135
+ **BibTeX:**
136
+
137
+ ```bibtex
138
+ [More Information Needed]
139
+ ```
data/.DS_Store ADDED
Binary file (8.2 kB). View file
 
data/chunk-000/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0573df9d10e7e32d5059b990f95d7e0b5fbe758de60f20c04d699085e398552b
3
+ size 130
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a136bc80b1c378ff6ff1ac03836d239d615d3482604dd7fb249f4e9817fef2
3
+ size 130
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fed8e3ee3f910d3a5fb18cdc220d0c909008772fb6cedf435b784e9811711ec5
3
+ size 130
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425245520ce430b5a21e2cfc0d3f8afa56cea00b8ebf83bcb5f830ecef9f0ec2
3
+ size 130
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92fa699adc14b4f6250c644846baaf50df6d57744496f427df1e290b20caf51f
3
+ size 130
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9545d7822297a05747109f91d14b566519449b0a5795be9b6d7f4ec05ca0c5f
3
+ size 130
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac302a2cd56b7f404e1aa46636aaa5d9f89da9b4997821632a173afe7327b3aa
3
+ size 130
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a423473a2ad41d8a26fa0261a4f5793d343e78957d74a2ddd407e1429531a4
3
+ size 130
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de407ca50418559acee65f544bea03294040047db61757f81bd563970c7009db
3
+ size 130
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b98e77f8019ac60e4d195fc0ad5a3c275bf0686633ec2a8409c829ca236656
3
+ size 130
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f46171f926f03a6745c87735c20e595115f7db79d139c736bdf4f2d7f7d785
3
+ size 130
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c606fd979fe2b716ac922f09ca4d1937f5d621828dbd6bafaf8f38e0bfab5d1b
3
+ size 130
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2edcb080ee3f070e2201a287d13ae099abac035f148ece5cefdf05852ff0b8
3
+ size 130
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52ce0e41392e38d98682fdd2b26be9c42c81081745ca38d0b0ac764d033b791
3
+ size 130
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cada4e9bb8b4c94fe860ea32ba9dab13173bf0e955e30103c6885f46ab7b0553
3
+ size 130
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab808392dff14f28ad33b30b65f3dbdcc165d119e1c6d4571221d71825b2656
3
+ size 130
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff59a995d0596f41baaa54e27815fe12766bd61c897557c55654e4755261d78
3
+ size 130
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5edac3bbf30cff2a998312d9b6edabdc1f7426768bb5fc220923da21a84d3c27
3
+ size 130
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f69195e06eef708383dad05eedab7125c1a86471fa7ff4d2fa9b37760c162911
3
+ size 130
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b3eef9b9cb8b10d3d9e6c3c09008d23e8e584dc22dbb404780550e52964098a
3
+ size 130
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1207f2de14573182093aa493332a7f7bf58798f95b10a8046c37413e2e01e9a
3
+ size 130
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bcfcf1846ece60f6e125925669d8a6720e8ec41b1ff6c37e1b1a194bf0b87d8
3
+ size 130
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c63cbe34c5708f79ba6c16010971a0d6ad66a14f9cb7791e16995e051ba984f
3
+ size 130
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457bdb0c852f9a13f7807ec299fe11ce6a218d28f6d88350011f5cfd25cf73cb
3
+ size 130
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1b110017e05b179ff99f32f0fb62d397e44c84f21086da836abefbcdc63546
3
+ size 130
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7957e528a57b0a16f8d4acf9703084d0a3f4d19008c202c7570568c6b363e3e9
3
+ size 130
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c5a036579959bc5a52abd6989ae07938eeca5b5e36f708007a8c46a0a5b086
3
+ size 130
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4242950127c7d5287a66f527bc51499b68401324e882bb5123c36010fbcfb69c
3
+ size 130
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ecd7b30598fc8e92afc9cc50f666752b25f8fc66afa4f4903e8449a9cac18fb
3
+ size 130
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5edc9052d187b6c3957ffdfa1e79d5ba318270122ca9907e7c401062f9149870
3
+ size 130
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9fe78dc0e03250574e32a9704a81945b9d9b11b552b8e4aa8840145e9ac1f98
3
+ size 130
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3788b6aa9ca189bfc179d81f6a9890dbea6198aab4376c370d0d92001655c53c
3
+ size 130
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a6dc2f2d86c8a97178c48445061d81645e5fd350574e371e5cbb4a3a466ef1
3
+ size 130
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:188f77ef42ffb199a774b64bc37d775dda92332df506aff4580e6a43a93938b2
3
+ size 130
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:765cd34db292c69a1e6a3c3a39871af0bde93fd66c88faddcdc8a25205b11259
3
+ size 130
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4120ba06ff3dc250b0f4b875a7b91e16d62ce0b754ba0072889dc3aceda4ed
3
+ size 130
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f83c4714aa8c614c349fc27a7080ef3283465981121c63107996a579b357df
3
+ size 130
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d039640a20a609518131a0f2831e13defca3f7d84822761c8e87337b303354
3
+ size 130
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc3f8a6849cfb021613f8035a27a3b36502c5d915e0c562f5fc55f2b0fdf325b
3
+ size 130
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f8c76622b6cd4954237582a3dbf6a445e3b392b502d95c5d0939efbe3c878b
3
+ size 130
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4fa6109dd7ad5d45679cdfbdfae0ee716236da6f17f99f6bbe5e2d3776b76c
3
+ size 130
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effeba82d3a17ff71e9741b77a460446de3b9c0d5a32dac7a7b79bb11450bb93
3
+ size 130
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137497030571130b2d5683e82148bc2f5d0bba9f9b5f07f8d73cc0df2c97d582
3
+ size 130
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d554fadd7d28fb851c639f708da6f67165fdc0c1570061ca8554ec37f508ec5
3
+ size 130
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce2b9a894378a7e6ab2cc7e72bb35d0e7b4e6ad34444b2ea933c6969890bbc48
3
+ size 130
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81382d635d4164a4ae8b79057a6476c760eaeebfeb00e77c6dc582eb7efc5a42
3
+ size 130