Datasets:
Add task category and project page link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- trajectory
|
| 6 |
- motion
|
| 7 |
- video
|
| 8 |
-
size_categories:
|
| 9 |
-
- 10K<n<100K
|
| 10 |
-
license: other
|
| 11 |
license_name: trajloom-dataset-license-notice
|
| 12 |
license_link: LICENSE
|
| 13 |
-
pretty_name: TrajLoomDatasets
|
| 14 |
---
|
| 15 |
|
| 16 |
<p align="center">
|
|
@@ -34,6 +36,8 @@ pretty_name: TrajLoomDatasets
|
|
| 34 |
<div align="center">
|
| 35 |
<a href="https://arxiv.org/abs/2603.22606"><img src="https://img.shields.io/badge/arXiv-Preprint-brightgreen.svg" alt="arXiv Preprint"></a>
|
| 36 |
|
|
|
|
|
|
|
| 37 |
<a href="https://github.com/zewei-Zhang/TrajLoom">
|
| 38 |
<img src="https://img.shields.io/badge/GitHub-Repo-black?logo=github" alt="GitHub repository">
|
| 39 |
</a>
|
|
@@ -171,4 +175,4 @@ See `LICENSE` for the full dataset license notice and provenance details.
|
|
| 171 |
primaryClass={cs.CV},
|
| 172 |
url={https://arxiv.org/abs/2603.22606},
|
| 173 |
}
|
| 174 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: other
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
+
pretty_name: TrajLoomDatasets
|
| 8 |
+
task_categories:
|
| 9 |
+
- other
|
| 10 |
tags:
|
| 11 |
- trajectory
|
| 12 |
- motion
|
| 13 |
- video
|
|
|
|
|
|
|
|
|
|
| 14 |
license_name: trajloom-dataset-license-notice
|
| 15 |
license_link: LICENSE
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<p align="center">
|
|
|
|
| 36 |
<div align="center">
|
| 37 |
<a href="https://arxiv.org/abs/2603.22606"><img src="https://img.shields.io/badge/arXiv-Preprint-brightgreen.svg" alt="arXiv Preprint"></a>
|
| 38 |
|
| 39 |
+
<a href="https://trajloom.github.io/"><img src="https://img.shields.io/badge/Project-Website-blue.svg" alt="Project Website"></a>
|
| 40 |
+
|
| 41 |
<a href="https://github.com/zewei-Zhang/TrajLoom">
|
| 42 |
<img src="https://img.shields.io/badge/GitHub-Repo-black?logo=github" alt="GitHub repository">
|
| 43 |
</a>
|
|
|
|
| 175 |
primaryClass={cs.CV},
|
| 176 |
url={https://arxiv.org/abs/2603.22606},
|
| 177 |
}
|
| 178 |
+
```
|