forked from tangger/lerobot
fix(docs): Record-Upload failed? Don't panic! (#1478)
* fix: add instruction to manually upload dataset Signed-off-by: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> * fix: repo type is explicited --------- Signed-off-by: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> Co-authored-by: Michel Aractingi <michel.aractingi@huggingface.co>
This commit is contained in:
committed by
GitHub
parent
abe51eeba3
commit
d2645cb19f
@@ -282,6 +282,12 @@ Your dataset will be automatically tagged with `LeRobot` for the community to fi
|
|||||||
|
|
||||||
You can look for other LeRobot datasets on the hub by searching for `LeRobot` [tags](https://huggingface.co/datasets?other=LeRobot).
|
You can look for other LeRobot datasets on the hub by searching for `LeRobot` [tags](https://huggingface.co/datasets?other=LeRobot).
|
||||||
|
|
||||||
|
You can also push your local dataset to the Hub manually, running:
|
||||||
|
```bash
|
||||||
|
huggingface-cli upload ${HF_USER}/record-test ~/.cache/huggingface/lerobot/{repo-id} --repo-type dataset
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Record function
|
#### Record function
|
||||||
|
|
||||||
The `record` function provides a suite of tools for capturing and managing data during robot operation:
|
The `record` function provides a suite of tools for capturing and managing data during robot operation:
|
||||||
|
|||||||
Reference in New Issue
Block a user