Add image-to-video task category and Github link
Browse filesThis PR updates the `task_categories` to reflect that this dataset is used for image-to-video generation. It also adds a link to the GitHub repository for easier access to the code.
README.md
CHANGED
|
@@ -2,15 +2,17 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- renderformer
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# RenderFormer Video Data
|
| 8 |
|
| 9 |
-
This repo contains the example data for RenderFormer video rendering.
|
| 10 |
|
| 11 |
## Quick Start
|
| 12 |
|
| 13 |
-
Please refer to our [Github Repo](https://github.com/microsoft/renderformer) and [Paper](https://
|
| 14 |
|
| 15 |
## Acknowledgement
|
| 16 |
|
|
@@ -45,4 +47,4 @@ If you find our repository useful, please cite our paper in your work:
|
|
| 45 |
booktitle = {ACM SIGGRAPH 2025 Conference Papers},
|
| 46 |
year = {2025}
|
| 47 |
}
|
| 48 |
-
```
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- renderformer
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-to-video
|
| 7 |
---
|
| 8 |
|
| 9 |
# RenderFormer Video Data
|
| 10 |
|
| 11 |
+
This repo contains the example data for RenderFormer video rendering. The data includes various 3D models and scenes for testing.
|
| 12 |
|
| 13 |
## Quick Start
|
| 14 |
|
| 15 |
+
Please refer to our [Github Repo](https://github.com/microsoft/renderformer) and [Paper](https://huggingface.co/papers/2505.21925).
|
| 16 |
|
| 17 |
## Acknowledgement
|
| 18 |
|
|
|
|
| 47 |
booktitle = {ACM SIGGRAPH 2025 Conference Papers},
|
| 48 |
year = {2025}
|
| 49 |
}
|
| 50 |
+
```
|