Datasets:
Tasks:
Keypoint Detection
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Add `license: other` to metadata
Browse filesThis PR adds the `license` field to the dataset card metadata. As the dataset aggregates data from multiple sources, `license: other` is used, with details on referring to the original datasets provided in the content.
README.md
CHANGED
|
@@ -1,17 +1,18 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
task_categories:
|
| 3 |
-
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
---
|
| 16 |
|
| 17 |
# Multi-View 3D Point Tracking Datasets
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
task_categories:
|
| 4 |
+
- keypoint-detection
|
| 5 |
tags:
|
| 6 |
+
- 3d-tracking
|
| 7 |
+
- multi-view
|
| 8 |
+
- point-cloud
|
| 9 |
+
- computer-vision
|
| 10 |
+
- robotics
|
| 11 |
+
- synthetic-data
|
| 12 |
+
- real-world-data
|
| 13 |
+
- pytorch
|
| 14 |
+
- pytorch-hub
|
| 15 |
+
license: other
|
| 16 |
---
|
| 17 |
|
| 18 |
# Multi-View 3D Point Tracking Datasets
|