Spaces:
Sleeping
Sleeping
Update readme
Browse files
README.md
CHANGED
@@ -9,7 +9,6 @@ pinned: false
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
12 |
-
|
13 |
# Rerun visualization of HuggingFace datasets
|
14 |
Visualize HuggingFace datasets using [Rerun](https://www.rerun.io/).
|
15 |
|
@@ -20,8 +19,9 @@ Originally built for the LeRobot datasets:
|
|
20 |
|
21 |
https://github.com/rerun-io/python-example-lerobot/assets/1148717/19e9983c-531f-4c48-9b37-37c5cbe1e0bd
|
22 |
|
|
|
23 |
|
24 |
-
## Getting started
|
25 |
Requires Python 3.10 or higher.
|
26 |
|
27 |
```sh
|
@@ -29,7 +29,13 @@ pip install -r requirements.txt
|
|
29 |
python main.py --dataset lerobot/aloha_sim_insertion_human
|
30 |
```
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
* `lerobot/aloha_sim_insertion_human`
|
34 |
* `lerobot/aloha_sim_insertion_scripted`
|
35 |
* `lerobot/aloha_sim_transfer_cube_human`
|
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
|
|
12 |
# Rerun visualization of HuggingFace datasets
|
13 |
Visualize HuggingFace datasets using [Rerun](https://www.rerun.io/).
|
14 |
|
|
|
19 |
|
20 |
https://github.com/rerun-io/python-example-lerobot/assets/1148717/19e9983c-531f-4c48-9b37-37c5cbe1e0bd
|
21 |
|
22 |
+
Deployed live on hugging-face: https://huggingface.co/spaces/rerun/preview_dataset
|
23 |
|
24 |
+
## Getting started (native)
|
25 |
Requires Python 3.10 or higher.
|
26 |
|
27 |
```sh
|
|
|
29 |
python main.py --dataset lerobot/aloha_sim_insertion_human
|
30 |
```
|
31 |
|
32 |
+
## Getting started (gradio)
|
33 |
+
```sh
|
34 |
+
pip install -r requirements.txt
|
35 |
+
uvicorn app:app --reload
|
36 |
+
|
37 |
+
```
|
38 |
+
## Example datasets to explore:
|
39 |
* `lerobot/aloha_sim_insertion_human`
|
40 |
* `lerobot/aloha_sim_insertion_scripted`
|
41 |
* `lerobot/aloha_sim_transfer_cube_human`
|