Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# GVGEN: Text-to-3D Generation with Volumetric Representation
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
## How to use
|
| 5 |
+
Please following the instructions from [github repo](https://github.com/SOTAMak1r/GVGEN)
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
## License
|
| 9 |
+
The majority of this project is licensed under MIT License. Portions of the project are available under separate license of referred projects, detailed in corresponding files.
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## BibTeX
|
| 13 |
+
```bibtex
|
| 14 |
+
@misc{he2024gvgentextto3dgenerationvolumetric,
|
| 15 |
+
title={GVGEN: Text-to-3D Generation with Volumetric Representation},
|
| 16 |
+
author={Xianglong He and Junyi Chen and Sida Peng and Di Huang and Yangguang Li and Xiaoshui Huang and Chun Yuan and Wanli Ouyang and Tong He},
|
| 17 |
+
year={2024},
|
| 18 |
+
eprint={2403.12957},
|
| 19 |
+
archivePrefix={arXiv},
|
| 20 |
+
primaryClass={cs.CV},
|
| 21 |
+
url={https://arxiv.org/abs/2403.12957},
|
| 22 |
+
}
|
| 23 |
+
```
|