ZhaoRunyi commited on
Commit
8e41a26
·
verified ·
1 Parent(s): 4eb2ea2

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. README.md +60 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Piper LeRobot Dataset
2
+
3
+ Generated on `2026-04-21` by `convert_piper_hdf5_to_lerobot.py`.
4
+
5
+ ## Summary
6
+
7
+ - Repo id: `ZhaoRunyi/Piper_open_drawer_0421`
8
+ - Robot type: `aloha`
9
+ - Input dir: `/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer`
10
+ - Output dir: `/home/edemlab/challenge_ws/data/ZhaoRunyi/Piper_open_drawer_0421`
11
+ - FPS: `10`
12
+ - Sampling mode: `full`
13
+ - Leading group: `slave_cam_high`
14
+ - Crop strategy: `LATEST_START`
15
+ - Default leading tolerance: `0.1` s
16
+ - Additional constraints: `[]`
17
+ - Arm selection: `dual` -> `left, right`
18
+ - Space ids: `all` -> `['joint', 'gripper', 'ee_pos', 'ee_rot']`
19
+ - EE rotation format: `rot6d`
20
+ - Gripper format: `raw`
21
+ - Image preset: `all` -> `['observation.images.cam_high', 'observation.images.cam_left_wrist', 'observation.images.cam_right_wrist']`
22
+
23
+ ## State / Action Index Map
24
+
25
+ `action` uses the exact same index order as `observation.state`.
26
+
27
+ | indices | arm | component | names | source |
28
+ | --- | --- | --- | --- | --- |
29
+ | 0-5 | left | joint | left_joint_waist, left_joint_shoulder, left_joint_elbow, left_joint_forearm_roll, left_joint_wrist_angle, left_joint_wrist_rotate | slave_left_arm/joint |
30
+ | 6 | left | gripper | left_gripper | slave_left_arm/gripper |
31
+ | 7-9 | left | ee_pos | left_ee_pos_x, left_ee_pos_y, left_ee_pos_z | slave_left_arm/ee_pose[:3] |
32
+ | 10-15 | left | ee_rot | left_ee_rot6d_0, left_ee_rot6d_1, left_ee_rot6d_2, left_ee_rot6d_3, left_ee_rot6d_4, left_ee_rot6d_5 | slave_left_arm/ee_pose[3:6] (controller-scaled Piper xyz Euler) -> rot6d |
33
+ | 16-21 | right | joint | right_joint_waist, right_joint_shoulder, right_joint_elbow, right_joint_forearm_roll, right_joint_wrist_angle, right_joint_wrist_rotate | slave_right_arm/joint |
34
+ | 22 | right | gripper | right_gripper | slave_right_arm/gripper |
35
+ | 23-25 | right | ee_pos | right_ee_pos_x, right_ee_pos_y, right_ee_pos_z | slave_right_arm/ee_pose[:3] |
36
+ | 26-31 | right | ee_rot | right_ee_rot6d_0, right_ee_rot6d_1, right_ee_rot6d_2, right_ee_rot6d_3, right_ee_rot6d_4, right_ee_rot6d_5 | slave_right_arm/ee_pose[3:6] (controller-scaled Piper xyz Euler) -> rot6d |
37
+
38
+ ## Notes
39
+
40
+ - Timestamp alignment is done per HDF5 group. Each camera group and each arm group has its own `timestamp` dataset, which is treated like an individual topic timeline.
41
+ - The leading group is `slave_cam_high`. In `full` mode every leading-group timestep is kept; in `fps` mode the leading timeline is resampled first and then all other groups are bound to it by nearest timestamp.
42
+ - Piper HDF5 stores 6 arm joints plus one separate gripper scalar per arm. When both `joint` and `gripper` are enabled, the gripper is appended as the 7th dimension of that arm's joint block.
43
+ - `ee_pose` rotation is decoded from the current PiperController convention: controller value -> multiply by 1000 -> Piper xyz Euler degrees -> convert to `rot6d`. When `EE_ROT_FORMAT` is `rpy`/`euler`, the exported values are radians.
44
+ - `GRIPPER_FORMAT="01"` treats values in `[0, 1]` as normalized opening ratio and thresholds them with `GRIPPER_FULL_WIDTH=0.05` and `GRIPPER_THRESHOLD=0.01`.
45
+
46
+ ## Image Keys
47
+
48
+ | dataset key | hdf5 group |
49
+ | --- | --- |
50
+ | observation.images.cam_high | slave_cam_high |
51
+ | observation.images.cam_left_wrist | slave_cam_left |
52
+ | observation.images.cam_right_wrist | slave_cam_right |
53
+
54
+ ## Feature Names
55
+
56
+ `observation.state` / `action` names:
57
+
58
+ ```text
59
+ left_joint_waist, left_joint_shoulder, left_joint_elbow, left_joint_forearm_roll, left_joint_wrist_angle, left_joint_wrist_rotate, left_gripper, left_ee_pos_x, left_ee_pos_y, left_ee_pos_z, left_ee_rot6d_0, left_ee_rot6d_1, left_ee_rot6d_2, left_ee_rot6d_3, left_ee_rot6d_4, left_ee_rot6d_5, right_joint_waist, right_joint_shoulder, right_joint_elbow, right_joint_forearm_roll, right_joint_wrist_angle, right_joint_wrist_rotate, right_gripper, right_ee_pos_x, right_ee_pos_y, right_ee_pos_z, right_ee_rot6d_0, right_ee_rot6d_1, right_ee_rot6d_2, right_ee_rot6d_3, right_ee_rot6d_4, right_ee_rot6d_5
60
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae182875d95b84cfd5201ceafd312e3f47f3b1035f51b53646ec99ffe47ffdda
3
+ size 471871485
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151569d9cda5cae2cc9d83fb3602f2e4d1b3c9695f8fbf6503f2301517ce68fe
3
+ size 429932287
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76aa70b3cf78e863123cef05a4ff552cbb7d9682b2c004c2acb660f89c423d42
3
+ size 377518692
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e31643fd15de6a3772af19b6c56a61c5ffea5d1bfdf178db59148877797ca7
3
+ size 359781124
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b796c8cd1463be228af9fb6faf2078d7bf0ca2a778d9b4e02207df504543fa
3
+ size 265246233
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a197192940ee49435f8bc8a11cc308e4d1ddf1f7b6f3889668c38d779675c830
3
+ size 258780506
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7881e5ada228b5a4fbc58862cacd6cf287078681c89a357b1a579f021274903a
3
+ size 252567894
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926a2569df7579362df5c29cbee24dcb48a1cc4cb7980e3c4884c3e0e6e12c7b
3
+ size 322320104
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:174a4e658702e1db41df505c540ea1fde2b8d4c9e92ac8f3dabc67c6e5d09b90
3
+ size 297533203
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252c4b37bebdd667e236eaee19b9f59be72c30eca537a4c955efb8357a2054c4
3
+ size 294103438
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0822df7b3d52c19c640f61cc752fc3e5d86bb9e4cd0b3f1800cc82dbe7c3d36a
3
+ size 315545864
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc046d89efab15300f521b48a248e7e43b0df96d6c0b08ad66f9a2f03a0bb011
3
+ size 260153515
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ffe399c124d29cde0cb80fd24b9c98532e5cfca76574767cf7d09108d581d8
3
+ size 464962817
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1bc538b7f0e3b99b7e298c0efc7c6b5b37612c8445ec8b7d54ab8306d9c9e3
3
+ size 236426762
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76139faab491996a64b0b43bba91e8bdb8bf8c2778a27c59b673125548e50475
3
+ size 268421559
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dae27365fd6fb44c8da9e0b5ecb625a8f0eb605d384cbc6a40e6a4c88e00269
3
+ size 264251738
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794321f5be6a2eea68d0bab6280675671cce8f296dd6236cf2703619a9a4b71b
3
+ size 225948438
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be69c56c998df96c6405d95388080548bfa714d924ee9810235cb0b6ad6b9e33
3
+ size 341268301
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b5c9c3e7919109ceb4c093a7a9455a8a6a2318528dd0f8ccb66981da62f5002
3
+ size 326884020
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2932ca3802abec93d9d6752c7d98945270df23354f84b1b8a66a21a403d947ee
3
+ size 336364422
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e7ecb38e8d6c86432cb1b142b8a9fb5152a7648ddc7de2609fb42c637c37c34
3
+ size 342330166
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf43882e810d5d70ac77475f932e34bbdca4d67b4097624c8c9b36f87d4624d7
3
+ size 331303531
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0397fd31b90b4fcb24d2b327be48de4ad7372aaf54f25be0f63fe554cbb7a5d5
3
+ size 332945112
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02340868ae250219f967c56fbebc8f07b9f474232e9f8f3e0ee412fd12d212e
3
+ size 409978333
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f759426098e0c63882015a685ec2e4d730498f5c313a0dcb1412a938e20552
3
+ size 315639248
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0647de144ed0e97b954adb472e9cc888a72a3867747fb2c216232b6e47aa5535
3
+ size 357366040
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a267d57b73837d6c9694304412804862b69ceee641fd93fb79c2befd93f42b89
3
+ size 318044191
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f64b1ac329d40a426ee8f907fb3d14486d72e9569f67ea32bcb06a7763e73d9
3
+ size 347116119
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2473c3c1fe0c3f6fd61f2a0dccbed3f0796193bf0007c656995c58f2907b8618
3
+ size 309101542
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1cd93d2e13b86b68b4bf9ea16eab8dd8874108fc4e0fdbdd833967d32f373b
3
+ size 268306839
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e10a4ed7d0c8ee93a3ee5939e142f48ff0067f64d614d793fa2463490ff5f6
3
+ size 381773314
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1526903112b10eff5de1f379d75c54e83e777abf695e0b29ca02fa1ecb79993
3
+ size 368926130
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83b2c12f2c41581a4a163ebcf568ee02c837498d6ce98d120173909a5b4e960d
3
+ size 335049929
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c32acf5b8b386cf0f66899b83750b5149fa838a0fd21ff63459aeaa6a6a59b13
3
+ size 350274167
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1d497c1c631862b54f839d05e419053070fa2b726644286136d41e85de86ec
3
+ size 325525220
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a23c2201529a3fb5c47d6ed68602a68339591b816d9ae8b53c11893eebe29a8
3
+ size 359814394
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2faad9480dfde022481f1f1aadb007759a132f0b09b89e80d36cf93a309ffaa
3
+ size 338718901
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d931041c986a212ac74fd97c6f4d3ef6400ab9eb2ce53bf9756388ab392d34d5
3
+ size 367970315
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc627f99fb8f27556222cc3eb4ad85f2ae458098411fb01b09b76f5b1c000961
3
+ size 331022387
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656d0a6d46521c6446407d548f3ab4ee6c041bb9e08d5f938a4ce0338866b078
3
+ size 310124079
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a1afeda61531b77ed3f2f840d2a5dc8b229915195c5452ab0f65279e3a67fc
3
+ size 333990315
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adcbd6e47675052ca59ba94bcddbea1fc40ad95b7303ef28089ad9d9dd620809
3
+ size 290763387
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913e986c5ea201d90dddf0167589b024c3242be7f0b13aacd42c118225e99ab9
3
+ size 283968539
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdf99bee6c04cb6d3ef36484fec70fbaf08c60a81962f8e8b260033671e1b49
3
+ size 323087962
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd460b337d9288614a068e05b4b6cf44b65673938f844f3e7f36180c6a2c45f
3
+ size 331885315
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cded9de108ffac2f9f3c8becdd7484bf9ab2e79d3641299b8610562b3d513457
3
+ size 320611862
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56482f68291d580517ff68ebeb46e950586484651a0dbfd2bc7cfb600f294216
3
+ size 325972125
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba2d76961b6dd6edaaea56a7fbe16265aeef449f4486d199d77fd02733cbe9b
3
+ size 320393753
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8809efbbb5b67f21bc3961b1e67d09c990c29b2c71400684e6fafc11bb020a3
3
+ size 315252596