mishig HF Staff commited on
Commit
a4aac34
·
verified ·
1 Parent(s): 7c26e96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -22
README.md CHANGED
@@ -25,28 +25,13 @@ If you are participant of the hackathon, make sure you have gotten an invite lin
25
 
26
  Follow the tutorial [here](https://github.com/huggingface/lerobot/blob/main/examples/10_use_so100.md).
27
 
28
- #### Recroding a dataset
29
-
30
- Everything should be identical to SO-100 tutorial [here](https://github.com/huggingface/lerobot/blob/main/examples/10_use_so100.md#g-record-a-dataset) with one difference:
31
-
32
- as part of this hackathon, we want you to push the dataset to this org `roboticshack` rather than under your individual username.
33
-
34
- Therefore, when you are [recording a dataset](https://github.com/huggingface/lerobot/blob/main/examples/10_use_so100.md#g-record-a-dataset), the change would be:
35
- ```diff
36
- python lerobot/scripts/control_robot.py \
37
- --robot.type=so100 \
38
- --control.type=record \
39
- --control.fps=30 \
40
- --control.single_task="Grasp a lego block and put it in the bin." \
41
- - --control.repo_id=${HF_USER}/so100_test \
42
- + --control.repo_id=roboticshack/[TEAM-NAME]-[DATASET-NAME] \
43
- --control.tags='["so100","tutorial"]' \
44
- --control.warmup_time_s=5 \
45
- --control.episode_time_s=30 \
46
- --control.reset_time_s=30 \
47
- --control.num_episodes=2 \
48
- --control.push_to_hub=true
49
- ```
50
 
51
  #### Visualize a dataset
52
 
 
25
 
26
  Follow the tutorial [here](https://github.com/huggingface/lerobot/blob/main/examples/10_use_so100.md).
27
 
28
+ #### Uploading a dataset
29
+
30
+ 1. upload a dataset to your account following the tutorial [here](https://github.com/huggingface/lerobot/blob/main/examples/10_use_so100.md#g-record-a-dataset).
31
+ 2. transfer the dataset to this organization: i. go to your datasets `Settings`, ii. go to section [Rename or transfer this dataset](https://huggingface.co/docs/hub/repositories-settings#renaming-or-transferring-a-repo), iii. choose `roboticshack` as the new owenr & `[TEAM-NAME]-[DATASET-NAME]` as the new name. Overall, your new dataset id should be `roboticshack/[TEAM-NAME]-[DATASET-NAME]`.
32
+
33
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/60a551a34ecc5d054c8ad93e/94RTrEUNyQHjdxC4VaAuY.png)
34
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  #### Visualize a dataset
37