Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,27 @@
|
|
1 |
# Physical AI Smart Spaces Dataset
|
2 |
|
3 |
## Overview
|
|
|
4 |
|
5 |
-
This
|
6 |
|
7 |
-
|
8 |
-
- **MTMC_Tracking_2024**: Utilized at the 8th AI City Challenge Workshop at CVPR 2024.
|
9 |
-
- **MTMC_Tracking_2025**: Scheduled for the 9th AI City Challenge in 2025.
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
- Comprehensive **Calibration Data** (camera locations, orientations, intrinsic and extrinsic matrices).
|
14 |
-
- Multiple object classes beyond persons, including humanoids and autonomous mobile robots.
|
15 |
|
16 |
-
|
|
|
17 |
|
18 |
-
| Dataset | Annotation Type | Hours | Cameras | Object Classes & Counts | No. 3D Boxes | No. 2D Boxes | Total Size |
|
19 |
-
|-------------------------|-------------------------------------------------|-------------|----------------|-------------------------------------------------------------|--------------|--------------|------------|
|
20 |
-
| **MTMC_Tracking_2024** | 2D bounding boxes, multi-camera tracking IDs | 212 | 953 | Person: 2,481 | N/A | 135M | 198 GB |
|
21 |
-
| **MTMC_Tracking_2025**<br>(Train & Validation only) | 2D & 3D bounding boxes, multi-camera tracking IDs | 42 | 504 | Person: 292<br>Forklift: 13<br>NovaCarter: 28<br>Transporter: 23<br>FourierGR1T2: 6<br>AgilityDigit: 1<br>**Overall:** 363 | 8.9M | 73M | 74 GB |
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
### Ground Truth Format (MOTChallenge) for `MTMC_Tracking_2024`
|
26 |
Annotations are provided in the following text format per line:
|
@@ -38,7 +39,7 @@ Annotations are provided in the following text format per line:
|
|
38 |
The video file and calibration (camera matrix and homography) are provided for each camera view.
|
39 |
|
40 |
### Directory Structure for `MTMC_Tracking_2025`
|
41 |
-
- `videos/`:
|
42 |
- `ground_truth.json`: Detailed ground truth annotations (see below).
|
43 |
- `calibration.json`: Camera calibration and metadata.
|
44 |
- `map.png`: Visualization map in top-down view.
|
@@ -92,11 +93,18 @@ Contains detailed calibration metadata per sensor:
|
|
92 |
}
|
93 |
```
|
94 |
|
95 |
-
|
96 |
|
97 |
- **2024 Edition**: Evaluation based on HOTA scores at the [2024 AI City Challenge Server](https://eval.aicitychallenge.org/aicity2024). The submission is currently disabled, as the ground truths of test set are provided with this release.
|
98 |
- **2025 Edition**: Evaluation system and test set forthcoming in the 2025 AI City Challenge.
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
## References
|
101 |
|
102 |
Please cite the following papers when using this dataset:
|
@@ -118,9 +126,7 @@ year = {2024}
|
|
118 |
}
|
119 |
```
|
120 |
|
121 |
-
## Ethical Considerations
|
122 |
-
|
123 |
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 model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
124 |
|
125 |
-
|
126 |
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
|
|
1 |
# Physical AI Smart Spaces Dataset
|
2 |
|
3 |
## Overview
|
4 |
+
Comprehensive, annotated dataset for multi-camera tracking and 2D/3D object detection. This dataset is synthetically generated with Omniverse.
|
5 |
|
6 |
+
This dataset consists of over 250 hours of video from across nearly 1,500 cameras from indoor scenes in warehouses, hospitals, retail, and more. The dataset is time synchronized for tracking humans across multiple cameras using feature representation and no personal data.
|
7 |
|
8 |
+
## Dataset Description
|
|
|
|
|
9 |
|
10 |
+
### Dataset Owner(s)
|
11 |
+
NVIDIA
|
|
|
|
|
12 |
|
13 |
+
### Dataset Creation Date
|
14 |
+
We started to create this dataset in December, 2023. First version was completed and released as part of 8th AI City Challenge in conjunction with CVPR 2024.
|
15 |
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
### Dataset Characterization
|
18 |
+
- Data Collection Method: Synthetic
|
19 |
+
- Labeling Method: Automatic with IsaacSim
|
20 |
+
|
21 |
+
### Video Format
|
22 |
+
- Video Standard: MP4 (H.264)
|
23 |
+
- Video Resolution: 1080p
|
24 |
+
- Video Frame rate: 30 FPS
|
25 |
|
26 |
### Ground Truth Format (MOTChallenge) for `MTMC_Tracking_2024`
|
27 |
Annotations are provided in the following text format per line:
|
|
|
39 |
The video file and calibration (camera matrix and homography) are provided for each camera view.
|
40 |
|
41 |
### Directory Structure for `MTMC_Tracking_2025`
|
42 |
+
- `videos/`: Video files.
|
43 |
- `ground_truth.json`: Detailed ground truth annotations (see below).
|
44 |
- `calibration.json`: Camera calibration and metadata.
|
45 |
- `map.png`: Visualization map in top-down view.
|
|
|
93 |
}
|
94 |
```
|
95 |
|
96 |
+
### Evaluation
|
97 |
|
98 |
- **2024 Edition**: Evaluation based on HOTA scores at the [2024 AI City Challenge Server](https://eval.aicitychallenge.org/aicity2024). The submission is currently disabled, as the ground truths of test set are provided with this release.
|
99 |
- **2025 Edition**: Evaluation system and test set forthcoming in the 2025 AI City Challenge.
|
100 |
|
101 |
+
## Dataset Quantification
|
102 |
+
|
103 |
+
| Dataset | Annotation Type | Hours | Cameras | Object Classes & Counts | No. 3D Boxes | No. 2D Boxes | Total Size |
|
104 |
+
|-------------------------|-------------------------------------------------|-------------|----------------|-------------------------------------------------------------|--------------|--------------|------------|
|
105 |
+
| **MTMC_Tracking_2024** | 2D bounding boxes, multi-camera tracking IDs | 212 | 953 | Person: 2,481 | N/A | 135M | 198 GB |
|
106 |
+
| **MTMC_Tracking_2025**<br>(Train & Validation only) | 2D & 3D bounding boxes, multi-camera tracking IDs | 42 | 504 | Person: 292<br>Forklift: 13<br>NovaCarter: 28<br>Transporter: 23<br>FourierGR1T2: 6<br>AgilityDigit: 1<br>**Overall:** 363 | 8.9M | 73M | 74 GB |
|
107 |
+
|
108 |
## References
|
109 |
|
110 |
Please cite the following papers when using this dataset:
|
|
|
126 |
}
|
127 |
```
|
128 |
|
129 |
+
## Ethical Considerations:
|
|
|
130 |
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 model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
131 |
|
|
|
132 |
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|