Add research tags and datasets to metadata
Browse filesHi! I'm Niels from the Hugging Face community science team. I've updated the model card's metadata to include relevant research tags like `gaussian-splatting` and `voxel-aligned`, and linked the datasets referenced in your documentation to improve the model's discoverability on the Hub. The existing README content is excellent and very comprehensive!
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: image-to-3d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
<p align="center">
|
|
@@ -226,7 +234,7 @@ If you find our work useful for your research, please consider citing us:
|
|
| 226 |
```bibtex
|
| 227 |
@article{wang2025volsplat,
|
| 228 |
title={VolSplat: Rethinking Feed-Forward 3D Gaussian Splatting with Voxel-Aligned Prediction},
|
| 229 |
-
author={Wang, Weijie and Chen, Yeqing and Zhang, Zeyu and Liu, Hengyu and Wang, Haoxiao and Feng, Zhiyuan
|
| 230 |
journal={arXiv preprint arXiv:2509.19297},
|
| 231 |
year={2025}
|
| 232 |
}
|
|
@@ -238,4 +246,4 @@ If you have any questions, please create an issue on this repository or contact
|
|
| 238 |
|
| 239 |
## Acknowledgements
|
| 240 |
|
| 241 |
-
This project is developed with [DepthSplat](https://github.com/cvg/depthsplat) and [MinkowskiEngine](https://github.com/NVIDIA/MinkowskiEngine). We thank the original authors for their excellent work.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: image-to-3d
|
| 4 |
+
tags:
|
| 5 |
+
- 3d
|
| 6 |
+
- gaussian-splatting
|
| 7 |
+
- voxel-aligned
|
| 8 |
+
- novel-view-synthesis
|
| 9 |
+
datasets:
|
| 10 |
+
- lhmd/re10k_torch
|
| 11 |
+
- lhmd/acid_torch
|
| 12 |
---
|
| 13 |
|
| 14 |
<p align="center">
|
|
|
|
| 234 |
```bibtex
|
| 235 |
@article{wang2025volsplat,
|
| 236 |
title={VolSplat: Rethinking Feed-Forward 3D Gaussian Splatting with Voxel-Aligned Prediction},
|
| 237 |
+
author={Wang, Weijie and Chen, Yeqing and Zhang, Zeyu and Liu, Hengyu and Wang, Haoxiao and Feng, Zhiyuan Feng, Wenkang Qin, Zheng Zhu, Donny Y. Chen, Bohan Zhuang},
|
| 238 |
journal={arXiv preprint arXiv:2509.19297},
|
| 239 |
year={2025}
|
| 240 |
}
|
|
|
|
| 246 |
|
| 247 |
## Acknowledgements
|
| 248 |
|
| 249 |
+
This project is developed with [DepthSplat](https://github.com/cvg/depthsplat) and [MinkowskiEngine](https://github.com/NVIDIA/MinkowskiEngine). We thank the original authors for their excellent work.
|