Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,7 @@ Note: some calibration fields—such as camera coordinates, camera directions, a
|
|
47 |
|
48 |
### Directory Structure for `MTMC_Tracking_2025`
|
49 |
- `videos/`: Video files.
|
|
|
50 |
- `ground_truth.json`: Detailed ground truth annotations (see below).
|
51 |
- `calibration.json`: Camera calibration and metadata.
|
52 |
- `map.png`: Visualization map in top-down view.
|
@@ -105,10 +106,10 @@ Contains detailed calibration metadata per sensor:
|
|
105 |
- **2025 Edition**: Evaluation system and test set forthcoming in the 2025 AI City Challenge.
|
106 |
|
107 |
## Dataset Quantification
|
108 |
-
| Dataset | Annotation Type | Hours | Cameras | Object Classes & Counts | No. 3D Boxes | No. 2D Boxes | Total Size |
|
109 |
-
|
110 |
-
| **MTMC_Tracking_2024** | 2D bounding boxes, multi-camera tracking IDs | 212 | 953 | Person: 2,481 | 52M | 135M | 213 GB |
|
111 |
-
| **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 |
|
112 |
|
113 |
## References
|
114 |
Please cite the following papers when using this dataset:
|
@@ -137,4 +138,5 @@ NVIDIA believes Trustworthy AI is a shared responsibility and we have establishe
|
|
137 |
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
138 |
|
139 |
## Changelog
|
|
|
140 |
- **2025-04-23**: Added 2025-format calibration and ground truth JSON files to all `MTMC_Tracking_2024` scenes.
|
|
|
47 |
|
48 |
### Directory Structure for `MTMC_Tracking_2025`
|
49 |
- `videos/`: Video files.
|
50 |
+
- `depth_maps/`: Depth maps stored as PNG images and compressed within HDF5 files. These files are exceedingly large; you may choose to use RGB videos only if preferred.
|
51 |
- `ground_truth.json`: Detailed ground truth annotations (see below).
|
52 |
- `calibration.json`: Camera calibration and metadata.
|
53 |
- `map.png`: Visualization map in top-down view.
|
|
|
106 |
- **2025 Edition**: Evaluation system and test set forthcoming in the 2025 AI City Challenge.
|
107 |
|
108 |
## Dataset Quantification
|
109 |
+
| Dataset | Annotation Type | Hours | Cameras | Object Classes & Counts | No. 3D Boxes | No. 2D Boxes | Depth Maps | Total Size |
|
110 |
+
|-------------------------|-------------------------------------------------------|-------|---------|---------------------------------------------------------------|--------------|--------------|------------|------------|
|
111 |
+
| **MTMC_Tracking_2024** | 2D bounding boxes, multi-camera tracking IDs | 212 | 953 | Person: 2,481 | 52M | 135M | No | 213 GB |
|
112 |
+
| **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 | Yes | 74 GB (excluding depth maps) |
|
113 |
|
114 |
## References
|
115 |
Please cite the following papers when using this dataset:
|
|
|
138 |
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
139 |
|
140 |
## Changelog
|
141 |
+
- **2025-04-27**: Added depth maps to all `MTMC_Tracking_2025` scenes.
|
142 |
- **2025-04-23**: Added 2025-format calibration and ground truth JSON files to all `MTMC_Tracking_2024` scenes.
|