Spaces:
Running
Running
Update README.md
Browse files
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 |
-
####
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
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 |
+

|
34 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
#### Visualize a dataset
|
37 |
|