NVNalinD commited on
Commit
deedc12
·
verified ·
1 Parent(s): a78d68f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -87,10 +87,10 @@ Pulling a single scenario (RGB only) is the recommended starting point for most
87
  ```bash
88
  pip install -U "huggingface_hub[hf_xet]"
89
 
90
- huggingface-cli download nvidia/PhysicalAI-SDG-WareHouse \
91
  --repo-type dataset \
92
  --include "rgb/forklift_human_nearmiss/**" "metadata/**" \
93
- --local-dir ./PhysicalAI-SDG-WareHouse
94
  ```
95
 
96
  The RGB and artifact tiers per scenario are summarized below.
@@ -178,7 +178,7 @@ Each simulation run is seeded with a unique random seed that controls every rand
178
  ## Repository layout
179
 
180
  ```
181
- nvidia/PhysicalAI-SDG-WareHouse/
182
  ├── README.md
183
  ├── assets/ ← images used by this dataset card
184
  ├── metadata/
@@ -244,7 +244,7 @@ from huggingface_hub import get_token
244
  token = get_token() or os.environ["HF_TOKEN"]
245
  url = (
246
  "pipe:curl -s -L "
247
- "'https://huggingface.co/datasets/nvidia/PhysicalAI-SDG-WareHouse/resolve/main"
248
  "/rgb/warehouse_fire/fire-rgb-{00000..00124}.tar' "
249
  f"-H 'Authorization: Bearer {token}'"
250
  )
@@ -269,7 +269,7 @@ from huggingface_hub import hf_hub_download
269
 
270
  clips = pd.read_parquet(
271
  hf_hub_download(
272
- repo_id="nvidia/PhysicalAI-SDG-WareHouse",
273
  repo_type="dataset",
274
  filename="metadata/clips.parquet",
275
  )
@@ -293,21 +293,21 @@ print(f"{len(selection):,} clips across {len(unique_shards)} shards")
293
  To pull RGB only:
294
 
295
  ```bash
296
- huggingface-cli download nvidia/PhysicalAI-SDG-WareHouse \
297
  --repo-type dataset \
298
  --include "rgb/warehouse_box_pickup/**" "metadata/**" \
299
- --local-dir ./PhysicalAI-SDG-WareHouse
300
  ```
301
 
302
  To pull RGB plus the matching artifacts (depth, segmentation, shaded segmentation, canny edges, instance-id NPZ, and per-frame camera and bounding-box JSONL):
303
 
304
  ```bash
305
- huggingface-cli download nvidia/PhysicalAI-SDG-WareHouse \
306
  --repo-type dataset \
307
  --include "rgb/warehouse_box_pickup/**" \
308
  "artifacts/warehouse_box_pickup/**" \
309
  "metadata/**" \
310
- --local-dir ./PhysicalAI-SDG-WareHouse
311
  ```
312
 
313
  ### Pull a single shard programmatically
@@ -316,12 +316,12 @@ huggingface-cli download nvidia/PhysicalAI-SDG-WareHouse \
316
  from huggingface_hub import hf_hub_download
317
 
318
  local_rgb = hf_hub_download(
319
- repo_id="nvidia/PhysicalAI-SDG-WareHouse",
320
  repo_type="dataset",
321
  filename="rgb/forklift_human_nearmiss/nearmiss-rgb-00000.tar",
322
  )
323
  local_artifacts = hf_hub_download(
324
- repo_id="nvidia/PhysicalAI-SDG-WareHouse",
325
  repo_type="dataset",
326
  filename="artifacts/forklift_human_nearmiss/nearmiss-artifacts-00000.tar",
327
  )
@@ -345,7 +345,7 @@ If you use SDG-Warehouse in your research, please cite the dataset itself as wel
345
  author = {Dadhich, Nalin},
346
  year = {2026},
347
  publisher = {NVIDIA Corporation},
348
- howpublished = {\url{https://huggingface.co/datasets/nvidia/PhysicalAI-SDG-WareHouse}}
349
  }
350
 
351
  @techreport{nvidia2026cosmos3,
 
87
  ```bash
88
  pip install -U "huggingface_hub[hf_xet]"
89
 
90
+ huggingface-cli download nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes \
91
  --repo-type dataset \
92
  --include "rgb/forklift_human_nearmiss/**" "metadata/**" \
93
+ --local-dir ./PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes
94
  ```
95
 
96
  The RGB and artifact tiers per scenario are summarized below.
 
178
  ## Repository layout
179
 
180
  ```
181
+ nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes/
182
  ├── README.md
183
  ├── assets/ ← images used by this dataset card
184
  ├── metadata/
 
244
  token = get_token() or os.environ["HF_TOKEN"]
245
  url = (
246
  "pipe:curl -s -L "
247
+ "'https://huggingface.co/datasets/nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes/resolve/main"
248
  "/rgb/warehouse_fire/fire-rgb-{00000..00124}.tar' "
249
  f"-H 'Authorization: Bearer {token}'"
250
  )
 
269
 
270
  clips = pd.read_parquet(
271
  hf_hub_download(
272
+ repo_id="nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes",
273
  repo_type="dataset",
274
  filename="metadata/clips.parquet",
275
  )
 
293
  To pull RGB only:
294
 
295
  ```bash
296
+ huggingface-cli download nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes \
297
  --repo-type dataset \
298
  --include "rgb/warehouse_box_pickup/**" "metadata/**" \
299
+ --local-dir ./PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes
300
  ```
301
 
302
  To pull RGB plus the matching artifacts (depth, segmentation, shaded segmentation, canny edges, instance-id NPZ, and per-frame camera and bounding-box JSONL):
303
 
304
  ```bash
305
+ huggingface-cli download nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes \
306
  --repo-type dataset \
307
  --include "rgb/warehouse_box_pickup/**" \
308
  "artifacts/warehouse_box_pickup/**" \
309
  "metadata/**" \
310
+ --local-dir ./PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes
311
  ```
312
 
313
  ### Pull a single shard programmatically
 
316
  from huggingface_hub import hf_hub_download
317
 
318
  local_rgb = hf_hub_download(
319
+ repo_id="nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes",
320
  repo_type="dataset",
321
  filename="rgb/forklift_human_nearmiss/nearmiss-rgb-00000.tar",
322
  )
323
  local_artifacts = hf_hub_download(
324
+ repo_id="nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes",
325
  repo_type="dataset",
326
  filename="artifacts/forklift_human_nearmiss/nearmiss-artifacts-00000.tar",
327
  )
 
345
  author = {Dadhich, Nalin},
346
  year = {2026},
347
  publisher = {NVIDIA Corporation},
348
+ howpublished = {\url{https://huggingface.co/datasets/nvidia/PhysicalAI-WorldModel-Synthetic-Warehouse-Operations-Scenes}}
349
  }
350
 
351
  @techreport{nvidia2026cosmos3,