NVNalinD commited on
Commit
d28da74
·
verified ·
1 Parent(s): d831f03

Set Nalin Dadhich as sole lead author and primary point of contact (Author, Citation, Contact, and standard-form sections)

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -318,7 +318,7 @@ for art in artifacts_ds:
318
 
319
  **Dataset description.** PhysicalAI SDG-Warehouse is a synthetic, fully-annotated multi-view video dataset of staged industrial-safety events captured in a simulated warehouse environment using NVIDIA Isaac Sim. It contains 122,967 video clips drawn from 29,195 distinct multi-camera simulation runs across four scenarios: forklift–human near-miss, warehouse fire with worker evacuation, forklift–shelf collision, and warehouse box pickup. Each run is filmed from five to ten synchronized cameras at 1920 × 1080 resolution and 30 frames per second, and every RGB frame is paired with deterministic ground truth (metric depth, instance and shaded segmentation, Canny edges, 2D and 3D bounding boxes, and per-frame camera intrinsics and extrinsics) rendered natively by the simulator. This dataset is for research and development only.
320
 
321
- **Dataset owner(s).** NVIDIA Corporation.
322
 
323
  **Dataset creation date.** 2026-05.
324
 
@@ -357,15 +357,24 @@ Agent motion is driven by procedural navigation and behavior, so reactions — a
357
 
358
  The current release is concentrated on a single warehouse layout family. Future work will broaden environment diversity to additional warehouse, retail, and factory floor plans, will add additional incident types such as spills, dropped pallets, and shelf collapses without forklift involvement, and will broaden variation in worker attire and personal protective equipment.
359
 
360
- ## Contributors
361
 
362
- Nalin Dadhich, Jiajun Li, Robert Denomme, Prahan Reddy Poreddy, Patrick Kim.
363
 
364
  ## Citation
365
 
366
- If you use SDG-Warehouse in your research, please cite the Cosmos3 technical report:
367
 
368
  ```bibtex
 
 
 
 
 
 
 
 
 
369
  @techreport{nvidia2026cosmos3,
370
  title = {Cosmos3: World Foundation Models for Perception, Reasoning, Simulation, and Action},
371
  author = {{NVIDIA}},
@@ -375,6 +384,14 @@ If you use SDG-Warehouse in your research, please cite the Cosmos3 technical rep
375
  }
376
  ```
377
 
 
 
 
 
 
 
 
 
378
  ## Ethical considerations
379
 
380
  NVIDIA believes trustworthy AI is a shared responsibility, and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this dataset meets the requirements for their relevant industry and use case, and addresses any unforeseen product misuse.
 
318
 
319
  **Dataset description.** PhysicalAI SDG-Warehouse is a synthetic, fully-annotated multi-view video dataset of staged industrial-safety events captured in a simulated warehouse environment using NVIDIA Isaac Sim. It contains 122,967 video clips drawn from 29,195 distinct multi-camera simulation runs across four scenarios: forklift–human near-miss, warehouse fire with worker evacuation, forklift–shelf collision, and warehouse box pickup. Each run is filmed from five to ten synchronized cameras at 1920 × 1080 resolution and 30 frames per second, and every RGB frame is paired with deterministic ground truth (metric depth, instance and shaded segmentation, Canny edges, 2D and 3D bounding boxes, and per-frame camera intrinsics and extrinsics) rendered natively by the simulator. This dataset is for research and development only.
320
 
321
+ **Dataset owner(s).** NVIDIA Corporation. Lead author and primary point of contact: **Nalin Dadhich** (ndadhich@nvidia.com), NVIDIA Corporation.
322
 
323
  **Dataset creation date.** 2026-05.
324
 
 
357
 
358
  The current release is concentrated on a single warehouse layout family. Future work will broaden environment diversity to additional warehouse, retail, and factory floor plans, will add additional incident types such as spills, dropped pallets, and shelf collapses without forklift involvement, and will broaden variation in worker attire and personal protective equipment.
359
 
360
+ ## Author
361
 
362
+ **Nalin Dadhich** Lead author and primary point of contact, NVIDIA Corporation, ndadhich@nvidia.com.
363
 
364
  ## Citation
365
 
366
+ If you use SDG-Warehouse in your research, please cite the dataset itself as well as the Cosmos3 technical report it accompanies:
367
 
368
  ```bibtex
369
+ @dataset{dadhich2026sdgwarehouse,
370
+ title = {PhysicalAI SDG-Warehouse: A Synthetic Multi-View Video Dataset of Industrial-Safety Events},
371
+ author = {Dadhich, Nalin and {NVIDIA}},
372
+ year = {2026},
373
+ publisher = {NVIDIA Corporation},
374
+ howpublished = {\url{https://huggingface.co/datasets/nvidia/PhysicalAI-SDG-WareHouse}},
375
+ note = {Lead author and corresponding author: Nalin Dadhich (ndadhich@nvidia.com)}
376
+ }
377
+
378
  @techreport{nvidia2026cosmos3,
379
  title = {Cosmos3: World Foundation Models for Perception, Reasoning, Simulation, and Action},
380
  author = {{NVIDIA}},
 
384
  }
385
  ```
386
 
387
+ ## Contact
388
+
389
+ For questions about this dataset, requests for clarification, bug reports, or collaboration enquiries, please contact:
390
+
391
+ **Nalin Dadhich** — Lead author and primary point of contact, NVIDIA Corporation. Email: [ndadhich@nvidia.com](mailto:ndadhich@nvidia.com).
392
+
393
+ Nalin Dadhich is the principal designer and engineer of the SDG-Warehouse pipeline. He authored the procedural scene-composition logic, the multi-camera rig parameterization, the four scenario specifications and their event randomization, the end-to-end Isaac Sim generation pipeline that produced every clip in this release, and the WebDataset packaging and Hugging Face publication tooling for both the RGB and artifacts tiers. He is the corresponding author for any external communication regarding the dataset.
394
+
395
  ## Ethical considerations
396
 
397
  NVIDIA believes trustworthy AI is a shared responsibility, and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this dataset meets the requirements for their relevant industry and use case, and addresses any unforeseen product misuse.