Datasets:
Update namespace references after organization transfer
Browse files- README.md +2 -2
- viewer_videos/train.parquet +2 -2
README.md
CHANGED
|
@@ -87,7 +87,7 @@ The robot frame schemas are intentionally separate. Select the embodiment explic
|
|
| 87 |
```python
|
| 88 |
from datasets import load_dataset
|
| 89 |
|
| 90 |
-
repo = "
|
| 91 |
panda = load_dataset(repo, name="panda", split="train")
|
| 92 |
widowxai = load_dataset(repo, name="widowxai", split="train")
|
| 93 |
|
|
@@ -105,7 +105,7 @@ from huggingface_hub import hf_hub_download
|
|
| 105 |
import pyarrow.parquet as pq
|
| 106 |
|
| 107 |
path = hf_hub_download(
|
| 108 |
-
"
|
| 109 |
"robots/panda/data/chunk-000/episode_000000.parquet",
|
| 110 |
repo_type="dataset",
|
| 111 |
)
|
|
|
|
| 87 |
```python
|
| 88 |
from datasets import load_dataset
|
| 89 |
|
| 90 |
+
repo = "ExylosAi/xrsc-cleanup-table-bimanual-inspection-sample"
|
| 91 |
panda = load_dataset(repo, name="panda", split="train")
|
| 92 |
widowxai = load_dataset(repo, name="widowxai", split="train")
|
| 93 |
|
|
|
|
| 105 |
import pyarrow.parquet as pq
|
| 106 |
|
| 107 |
path = hf_hub_download(
|
| 108 |
+
"ExylosAi/xrsc-cleanup-table-bimanual-inspection-sample",
|
| 109 |
"robots/panda/data/chunk-000/episode_000000.parquet",
|
| 110 |
repo_type="dataset",
|
| 111 |
)
|
viewer_videos/train.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8092c56ceb9ad0904704cee307b06c01b346b7c50f9ac187257109803dd78f0f
|
| 3 |
+
size 6267
|