ftozetoramos commited on
Commit
9a73dc0
·
verified ·
1 Parent(s): 1445eba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -20
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  ---
@@ -11,11 +11,10 @@ task_categories:
11
  PhysicalAI-Robotics-Manipulation-Kitchen is a dataset of automatic generated motions of robots performing operations such as opening and closing cabinets, drawers, dishwashers and fridges. The dataset was generated in IsaacSim leveraging reasoning algorithms to find solutions to the tasks automatically [1]. The dataset includes a bimanual manipulator built with Kinova Gen3 arms. The environments are kitchen scenes where the furniture and appliances were procedurally generated [2].
12
 
13
 
 
14
 
15
 
16
- This dataset is for research and development only.
17
-
18
- ## Dataset Owner(s):
19
  Fabio Ramos ([email protected]) <br>
20
  Anqi Li ([email protected])
21
 
@@ -23,31 +22,65 @@ Anqi Li ([email protected])
23
  03/18/2025
24
 
25
  ## License/Terms of Use:
26
- MIT
27
 
28
  ## Intended Usage:
29
- This dataset is provided in LeRobot format and is intended for training robot policies.
30
 
31
  ## Dataset Characterization
32
- ** Data Collection Method<br>
33
- * [Automated] <br>
34
- * [Automatic/Sensors] <br>
35
- * [Synthetic] <br>
36
 
37
- ** Labeling Method<br>
38
- * [Automated] <br>
39
- * [Automatic/Sensors] <br>
40
- * [Synthetic] <br>
41
 
42
  ## Dataset Format
43
- [Insert Modality and Format Classification]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
 
46
  ## Dataset Quantification
47
-
48
- [Insert Record Count- Note number of records (images, video, audio files, etcetera)]
49
- [Insert Feature Count- Note features present in record count above (e.g. tags)]
50
- [Insert Measurement of Total Data Storage]
 
 
 
 
 
 
 
 
 
 
51
 
52
 
53
  ## Reference(s):
@@ -75,4 +108,4 @@ This dataset is provided in LeRobot format and is intended for training robot po
75
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
76
 
77
  (For Release on NVIDIA Platforms Only)
78
- Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
 
1
  ---
2
+ license: cc-by-4.0
3
  task_categories:
4
  - robotics
5
  ---
 
11
  PhysicalAI-Robotics-Manipulation-Kitchen is a dataset of automatic generated motions of robots performing operations such as opening and closing cabinets, drawers, dishwashers and fridges. The dataset was generated in IsaacSim leveraging reasoning algorithms to find solutions to the tasks automatically [1]. The dataset includes a bimanual manipulator built with Kinova Gen3 arms. The environments are kitchen scenes where the furniture and appliances were procedurally generated [2].
12
 
13
 
14
+ This dataset is available for commercial use.
15
 
16
 
17
+ ## Dataset Contact(s):
 
 
18
  Fabio Ramos ([email protected]) <br>
19
  Anqi Li ([email protected])
20
 
 
22
  03/18/2025
23
 
24
  ## License/Terms of Use:
25
+ cc-by-4.0
26
 
27
  ## Intended Usage:
28
+ This dataset is provided in LeRobot format and is intended for training robot policies and foundation models.
29
 
30
  ## Dataset Characterization
31
+ * Data Collection Method<br>
32
+ * [Automated] <br>
33
+ * [Automatic/Sensors] <br>
34
+ * [Synthetic] <br>
35
 
36
+ * Labeling Method<br>
37
+ * [Synthetic] <br>
 
 
38
 
39
  ## Dataset Format
40
+ Within the collection, there are three datasets in LeRobot format `pick`, `place_bench`, and `place_cabinet`.
41
+ * `pick`: The robot picks an object from the bench top. <br>
42
+ * `place bench`: The robot starts with the object at the gripper and places it on the kitchen's bench top.
43
+ * `place cabinet`: The robot starts with the object at the gripper and places it inside an opened cabinet.
44
+
45
+ The videos below show three examples of the tasks:
46
+
47
+ <div style="display: flex; justify-content: flex-start;">
48
+ <img src="./assets/episode_000028.gif" width="300" height="300" alt="pick" />
49
+ <img src="./assets/episode_000008.gif" width="300" height="300" alt="place_bench" />
50
+ <img src="./assets/episode_000048.gif" width="300" height="300" alt="place_cabinet" />
51
+ </div>
52
+
53
+ * action modality: 34D which includes joint states for the two arms, gripper joints, pan and tilt joints, torso joint, and front and back wheels.
54
+ * observation modalities
55
+ * observation.state: 13D where the first 12D are the vectorized transform matrix of the "object of interest". The 13th entry is the joint value for the articulated object of interest (i.e. drawer, cabinet, etc).
56
+ * observation.image.world__world_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos.
57
+ * observation.image.external_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos.
58
+ * observation.image.world__robot__right_arm_camera_color_frame__right_hand_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos.
59
+ * observation.image.world__robot__left_arm_camera_color_frame__left_hand_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos.
60
+ * observation.image.world__robot__camera_link__head_camera: 512x512 images of RGB, depth and semantic segmentation renderings stored as mp4 videos.
61
+ The videos below illustrate the different camera modalities for a single trajectory.
62
+ <div style="display: flex; justify-content: flex-start;">
63
+ <img src="./assets/episode_000057.gif" width="300" height="300" alt="rgb" />
64
+ <img src="./assets/episode_000057_depth.gif" width="300" height="300" alt="depth" />
65
+ <img src="./assets/episode_000057_semantic.gif" width="300" height="300" alt="semantic" />
66
+ </div>
67
 
68
 
69
  ## Dataset Quantification
70
+ Record Count:
71
+ * `pick`
72
+ * number of episodes: 272
73
+ * number of frames: 69726
74
+ * number of videos: 4080 (1360 RGB videos, 1360 depth videos, 1360 semantic segmentation videos)
75
+ * `place bench`
76
+ * number of episodes: 142
77
+ * number of frames: 29728
78
+ * number of videos: 2130 (710 RGB videos, 710 depth videos, 710 semantic segmentation videos)
79
+ * `place cabinet`
80
+ * number of episodes: 126
81
+ * number of frames: 30322
82
+ * number of videos: 1890 (630 RGB videos, 630 depth videos, 630 semantic segmentation videos)
83
+ Total storage: 4.0 GB
84
 
85
 
86
  ## Reference(s):
 
108
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
109
 
110
  (For Release on NVIDIA Platforms Only)
111
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).