Spaces:
Runtime error
Runtime error
Cross-links to both datasets + collection
Browse files
README.md
CHANGED
|
@@ -14,4 +14,19 @@ license: other
|
|
| 14 |
|
| 15 |
Interactive preview of the **Mono Clear** India workplace sample — switch between plain video, hand skeleton overlay, and object boxes.
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
Interactive preview of the **Mono Clear** India workplace sample — switch between plain video, hand skeleton overlay, and object boxes.
|
| 16 |
|
| 17 |
+
## Linked assets
|
| 18 |
+
|
| 19 |
+
| Asset | Link |
|
| 20 |
+
|-------|------|
|
| 21 |
+
| Metadata dataset | [WorldArchive/mono-india-workplace-sample](https://huggingface.co/datasets/WorldArchive/mono-india-workplace-sample) |
|
| 22 |
+
| LeRobot mirror | [WorldArchive/mono-india-workplace-lerobot](https://huggingface.co/datasets/WorldArchive/mono-india-workplace-lerobot) |
|
| 23 |
+
| Collection | [Physical AI India](https://huggingface.co/collections/WorldArchive/physical-ai-india) |
|
| 24 |
+
| Full S3 pack (~19 GB) | [sample_data_june index](https://ggn-egocentric-data-sample.s3.ap-south-1.amazonaws.com/sample_data_june/index.html) |
|
| 25 |
+
| Website | [worldarchive.co](https://worldarchive.co) · [factory.worldarchive.co](https://factory.worldarchive.co) |
|
| 26 |
+
|
| 27 |
+
```python
|
| 28 |
+
from lerobot.datasets.lerobot_dataset import LeRobotDataset
|
| 29 |
+
ds = LeRobotDataset("WorldArchive/mono-india-workplace-lerobot")
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
Contact: [Calendly](https://calendly.com/algorithmsdheeraj/30min) · shubham@worldarchive.co
|
app.py
CHANGED
|
@@ -101,7 +101,9 @@ with gr.Blocks(title="World Archive Data Explorer", theme=gr.themes.Soft()) as d
|
|
| 101 |
| 9 clips | 218 segments | 8+ layers | LeRobot-ready |
|
| 102 |
|:-------:|:------------:|:---------:|:-------------:|
|
| 103 |
|
| 104 |
-
[
|
|
|
|
|
|
|
| 105 |
|
| 106 |
```python
|
| 107 |
from lerobot.datasets.lerobot_dataset import LeRobotDataset
|
|
|
|
| 101 |
| 9 clips | 218 segments | 8+ layers | LeRobot-ready |
|
| 102 |
|:-------:|:------------:|:---------:|:-------------:|
|
| 103 |
|
| 104 |
+
[Metadata dataset](https://huggingface.co/datasets/{REPO}) · [LeRobot mirror](https://huggingface.co/datasets/{LEROBOT_REPO}) · [Collection](https://huggingface.co/collections/WorldArchive/physical-ai-india)
|
| 105 |
+
|
| 106 |
+
[Book a call]({CALENDLY}) · shubham@worldarchive.co · [Full pack ~19 GB]({S3}/index.html) · [worldarchive.co](https://worldarchive.co)
|
| 107 |
|
| 108 |
```python
|
| 109 |
from lerobot.datasets.lerobot_dataset import LeRobotDataset
|