dannyXSC commited on
Commit
a70dde8
·
verified ·
1 Parent(s): 8bddbd0

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. .gitattributes +0 -0
  2. README.md +23 -3
  3. data/v0/grab_cube/episode_0.hdf5 +3 -0
  4. data/v0/grab_cube/episode_1.hdf5 +3 -0
  5. data/v0/grab_cube/episode_10.hdf5 +3 -0
  6. data/v0/grab_cube/episode_100.hdf5 +3 -0
  7. data/v0/grab_cube/episode_101.hdf5 +3 -0
  8. data/v0/grab_cube/episode_102.hdf5 +3 -0
  9. data/v0/grab_cube/episode_103.hdf5 +3 -0
  10. data/v0/grab_cube/episode_104.hdf5 +3 -0
  11. data/v0/grab_cube/episode_105.hdf5 +3 -0
  12. data/v0/grab_cube/episode_106.hdf5 +3 -0
  13. data/v0/grab_cube/episode_107.hdf5 +3 -0
  14. data/v0/grab_cube/episode_108.hdf5 +3 -0
  15. data/v0/grab_cube/episode_109.hdf5 +3 -0
  16. data/v0/grab_cube/episode_11.hdf5 +3 -0
  17. data/v0/grab_cube/episode_110.hdf5 +3 -0
  18. data/v0/grab_cube/episode_111.hdf5 +3 -0
  19. data/v0/grab_cube/episode_112.hdf5 +3 -0
  20. data/v0/grab_cube/episode_113.hdf5 +3 -0
  21. data/v0/grab_cube/episode_114.hdf5 +3 -0
  22. data/v0/grab_cube/episode_115.hdf5 +3 -0
  23. data/v0/grab_cube/episode_116.hdf5 +3 -0
  24. data/v0/grab_cube/episode_117.hdf5 +3 -0
  25. data/v0/grab_cube/episode_118.hdf5 +3 -0
  26. data/v0/grab_cube/episode_119.hdf5 +3 -0
  27. data/v0/grab_cube/episode_12.hdf5 +3 -0
  28. data/v0/grab_cube/episode_120.hdf5 +3 -0
  29. data/v0/grab_cube/episode_121.hdf5 +3 -0
  30. data/v0/grab_cube/episode_122.hdf5 +3 -0
  31. data/v0/grab_cube/episode_123.hdf5 +3 -0
  32. data/v0/grab_cube/episode_124.hdf5 +3 -0
  33. data/v0/grab_cube/episode_125.hdf5 +3 -0
  34. data/v0/grab_cube/episode_126.hdf5 +3 -0
  35. data/v0/grab_cube/episode_127.hdf5 +3 -0
  36. data/v0/grab_cube/episode_128.hdf5 +3 -0
  37. data/v0/grab_cube/episode_129.hdf5 +3 -0
  38. data/v0/grab_cube/episode_13.hdf5 +3 -0
  39. data/v0/grab_cube/episode_130.hdf5 +3 -0
  40. data/v0/grab_cube/episode_131.hdf5 +3 -0
  41. data/v0/grab_cube/episode_132.hdf5 +3 -0
  42. data/v0/grab_cube/episode_133.hdf5 +3 -0
  43. data/v0/grab_cube/episode_134.hdf5 +3 -0
  44. data/v0/grab_cube/episode_135.hdf5 +3 -0
  45. data/v0/grab_cube/episode_136.hdf5 +3 -0
  46. data/v0/grab_cube/episode_137.hdf5 +3 -0
  47. data/v0/grab_cube/episode_138.hdf5 +3 -0
  48. data/v0/grab_cube/episode_139.hdf5 +3 -0
  49. data/v0/grab_cube/episode_14.hdf5 +3 -0
  50. data/v0/grab_cube/episode_140.hdf5 +3 -0
.gitattributes CHANGED
The diff for this file is too large to render. See raw diff
 
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # H&R
2
+ > Dataset of paper [Human2Robot: Learning Robot Actions from Paired Human-Robot Videos](https://arxiv.org/abs/2502.16587)
3
+
4
+ ## Data Details
5
+ - /cam_data
6
+ - /human_camera: obs of human
7
+ - /robot_camera: obs of robot
8
+ - /end_position: eef 6-dof position, [x, y, z, roll, pitch, yaw] represent position and orientation, where the rotation is expressed in Euler angles (degrees) with the order XYZ.
9
+ - /gripper_state: 0/1, 1 for gripper open,0 for close
10
+ - /action: This attribute is not available in version v0, but is introduced in version v1. It represents the spatial pose of the human hand in the robot frame. It is a 7-DOF vector consisting of [x, y, z, roll, pitch, yaw, gripper].
11
+ - qpos: Joint angles of the robot arm
12
+ - qvel: Joint velocity of the robot arm
13
+
14
+ ## Version
15
+ - data
16
+ - v0: The older version of the dataset. /end_position together with /gripper_state can be used as the action.
17
+ - v1: In addition to the contents included in v0, there is an additional /action entry.
18
+
19
+ ## Visualization Code
20
+ ### Visualization the video of human and robot
21
+ ```
22
+ python show_video.py --file_path /path/to/the/file
23
+ ```
data/v0/grab_cube/episode_0.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5b2be07c4601bf097e3bb69c715125f951e8e9af16162798915f681efca678
3
+ size 121356166
data/v0/grab_cube/episode_1.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf5377e3d669c5a69403272414e09ce87f17a036e7d7c8c7c0548fdb76d332b
3
+ size 92189947
data/v0/grab_cube/episode_10.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09496a628c115b267e950abddf28c0746dfc2f44bca58a3c42f33bb50d7061a
3
+ size 90978821
data/v0/grab_cube/episode_100.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccca77b1078257d320f46ff9bdaecf641ddf97d10ca81b3f34c70514118c356
3
+ size 157926820
data/v0/grab_cube/episode_101.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c03076bff5e8baa869f3b233527240ac0cd83fc2e8de488775ada575a487cbe
3
+ size 120475231
data/v0/grab_cube/episode_102.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f28ce3c98dccf9595267362dbfd97e9c77a6d86c538adf79875ec1fded9eae6
3
+ size 149912490
data/v0/grab_cube/episode_103.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c65e7a63b441c32432265f9187ed0a844258d683a4a22c5b612c83fc3012dc
3
+ size 147241755
data/v0/grab_cube/episode_104.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d796976b1e801eda57fc4f55d91d4b61e294fce37d52a4c51ba8568e98e106cd
3
+ size 131478525
data/v0/grab_cube/episode_105.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d28ccaf1832bba9095a0017700f410bc4833e87c0302d60ecb568a8a4b163a
3
+ size 143985358
data/v0/grab_cube/episode_106.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54b67fe0da1d4b382dbb8af3f0dccd4d769703127d0873bd60ec2ef086925462
3
+ size 124439062
data/v0/grab_cube/episode_107.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3369126811a489f58eea4f98ffa01e2e6179014c885da14f2a59689e6da0981
3
+ size 112434942
data/v0/grab_cube/episode_108.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f095df498dbb3638b68b4bc77e15e186a841219f91f5ee6ba8afc2a719283202
3
+ size 110127359
data/v0/grab_cube/episode_109.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f0c2547ef5db3c52afb0a3313aaf084a404494c2345e0c64def879ff71074eb
3
+ size 135829122
data/v0/grab_cube/episode_11.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82a70560b8c94a022e4d1af9a035248910e596138a1cc19976f3b8c0bce49aed
3
+ size 81516431
data/v0/grab_cube/episode_110.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db861d8e1b1e5a6c7ea5ebf5944514ffb8afd8ad625916dd30032b57c8111dfe
3
+ size 120604087
data/v0/grab_cube/episode_111.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9f67e583eec24d3bf543b7cb972686b2d13a85e52732783f27fe8d93104ed9
3
+ size 102333804
data/v0/grab_cube/episode_112.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678f0d429f52c19c518130958d79556d57ef3c3ff230c6889d025869f4715a09
3
+ size 117958940
data/v0/grab_cube/episode_113.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59cc47725373a08888a10b9d879cc4654907091968e588de3c84dc749f65f824
3
+ size 118596130
data/v0/grab_cube/episode_114.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f57ba77bb7b3d1b6ad2fdae5b29b3201e45d94daa206203fd81fa2bb2b62e47
3
+ size 108716364
data/v0/grab_cube/episode_115.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a1ba1035a976fdf0cb76c8a0a05264c9166a9fd73a445d11899fe0737077c2
3
+ size 116719297
data/v0/grab_cube/episode_116.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a207f453a671c64174b62698d4d18310b1e97618a61fbdacf8476bb73d6152d
3
+ size 163359659
data/v0/grab_cube/episode_117.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a99796ca065f580588a76b7374a6ba1e85ba30c2b0a8b4e61de09c02b009f2
3
+ size 219224552
data/v0/grab_cube/episode_118.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9ea780490113243bda02da7ebaa5fd2aac0afde2667ed99460b5e74e6107ef
3
+ size 125824732
data/v0/grab_cube/episode_119.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd3ad0958aa8c801523684c8fcd54995c933a85c8451d6117021b07805dfa2e
3
+ size 116559256
data/v0/grab_cube/episode_12.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f186ab38968f75d921fd4981fb41cf2f6e3d90d6ddf30b16e5f53855a47c46
3
+ size 71320820
data/v0/grab_cube/episode_120.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2233c1de39b3e8b7b545856a3a487b94a67c10728ba9ca2b76a6b88aaa6a9ba9
3
+ size 130010124
data/v0/grab_cube/episode_121.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56bd8e86d69caa4fbde6aeab797561f25c8c4aed2eed4118b73976dbf783a0aa
3
+ size 92545466
data/v0/grab_cube/episode_122.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1eb1b61fd0d6e028d8f252ce3c881104bbda721bb2f8224bce96cb06948a39b
3
+ size 89573289
data/v0/grab_cube/episode_123.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427e743aaafedff38900042ce9d6e0167a76b6a4e16fce2b03895a69dbc9d7e6
3
+ size 92623869
data/v0/grab_cube/episode_124.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ecb708fc95c6ce4e2c70dc7f96b612fec28ebc3212ab62a3193acbaa5a5e14
3
+ size 110590419
data/v0/grab_cube/episode_125.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2058b83e68fb2f0b29a5d12f669618251d3d9e752e769ed34b6f8c2e318504
3
+ size 87180520
data/v0/grab_cube/episode_126.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ebef16e1b0eeed880cf4a229edcfa4ea7c5d22b260eaeb156fb885b1757f2c
3
+ size 98101266
data/v0/grab_cube/episode_127.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da6a1733a45e99260955f3cf0efa1d8bcbe6e3bc9fb3cdb120f76c6cce2c4f5
3
+ size 106942509
data/v0/grab_cube/episode_128.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0eaeac4a3bc2dda20d2ee95fcdaea98e19048b9d80c563c7acd690afb772510
3
+ size 90198820
data/v0/grab_cube/episode_129.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53be66ec403bdeae5ddb460a6d9c8db80715326deed8380f5c80fba8ecfc3277
3
+ size 99862595
data/v0/grab_cube/episode_13.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f43e48e48e5437f6d9a8788e63792623334b19b2482dd3947eeb54817bbf06
3
+ size 70960827
data/v0/grab_cube/episode_130.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cde771c594e639772db9486e839c2ba2a1d41aaf265a38f76bfd161b79cc4e8
3
+ size 86862623
data/v0/grab_cube/episode_131.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb84eeb8b8442f2b9732535e276b7d45834256dedea827943a59b23a24bb62f
3
+ size 86073460
data/v0/grab_cube/episode_132.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b365f2901077054947bf0a723a1b617484a256979ff623cdee5730e44159029
3
+ size 92591131
data/v0/grab_cube/episode_133.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425cdf1e30ccecb3bdfbf807b0100dd7dd856f5ec22c4407ae550065b90ff4ba
3
+ size 108792093
data/v0/grab_cube/episode_134.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5110964b96b588a0c238601bc31c038ce4e9a9eac146c83a877633ee5e5ca28c
3
+ size 100234354
data/v0/grab_cube/episode_135.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a9231f45e45a0be64b7899a38fed96583e94d85684144e9384037c5f1e45c0
3
+ size 91554978
data/v0/grab_cube/episode_136.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1540564beff1fd14751d2753a19551fd7872d0f3b5d813c3301d9a97010a3f16
3
+ size 84038725
data/v0/grab_cube/episode_137.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56944c79e4d7da86e6cd6e7a05d1197a0c9162baf3ce65fd1581a06e2b8153e4
3
+ size 90936984
data/v0/grab_cube/episode_138.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d49e4049edff271f823484eab8a00ef95529b993ddb731bc86555d987b8ff2f
3
+ size 103415283
data/v0/grab_cube/episode_139.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc322af1e02c5ff1ecfe8c0b1855081b28674bb90361b711272162e3de10e64
3
+ size 145994982
data/v0/grab_cube/episode_14.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2301712a98f4b2162cc8295008c3aaf036538b56353e946fb08c29db6e1a7d
3
+ size 78477405
data/v0/grab_cube/episode_140.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5a2d56277e39e0b4b23fd6d44e839be74c925bb0f780091dda9f5e66105777
3
+ size 134564771