Datasets:
Add task category and tags to dataset card (#1)
Browse files- Add task category and tags to dataset card (06f70fd20081a6ccf83f8534a03cb905aa09499f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
[[Paper](https://arxiv.org/pdf/2503.16421)] [[Project Page](https://quanhaol.github.io/magicmotion-site/)] [[Github](https://github.com/quanhaol/MagicMotion)]
|
| 5 |
|
| 6 |
## 🧙 MagicData Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-video
|
| 5 |
+
tags:
|
| 6 |
+
- video-generation
|
| 7 |
+
- trajectory-control
|
| 8 |
+
- segmentation
|
| 9 |
+
- bounding-box
|
| 10 |
---
|
| 11 |
+
|
| 12 |
[[Paper](https://arxiv.org/pdf/2503.16421)] [[Project Page](https://quanhaol.github.io/magicmotion-site/)] [[Github](https://github.com/quanhaol/MagicMotion)]
|
| 13 |
|
| 14 |
## 🧙 MagicData Dataset
|