hyz317 commited on
Commit
7abafab
·
verified ·
1 Parent(s): c506143

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,10 +1,26 @@
1
  ---
2
- pipeline_tag: text-to-3d
3
  ---
4
 
5
- **PrimitiveAnything**
6
 
7
- This repository contains the weights for the model presented in the paper [PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer](https://huggingface.co/papers/2505.04622).
 
 
8
 
9
- Project Page: https://primitiveanything.github.io/
10
- Code: https://github.com/YuzeHe/PrimitiveAnything
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pipeline_tag: image-to-3d
3
  ---
4
 
5
+ # PrimitiveAnything
6
 
7
+ <p align="center">
8
+ 📃 <a href="https://arxiv.org/abs/2505.04622" target="_blank">Paper</a> • 💻 <a href="https://github.com/PrimitiveAnything/PrimitiveAnything" target="_blank">[Github Repo]</a> • 🌐 <a href="https://primitiveanything.github.io/" target="_blank">Project Page</a>
9
+ </p>
10
 
11
+ This repository contains the weights for the model presented in the paper [PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer](https://arxiv.org/abs/2505.04622).
12
+
13
+ **PrimitiveAnything** is a novel framework to decompose complex shapes into 3D primitive assemblies via the auto-regressive transformer.
14
+
15
+ ## Citation
16
+
17
+ If you find our work useful, please consider citing PrimitiveAnything:
18
+
19
+ ```
20
+ @article{ye2025primitiveanything,
21
+ title={PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer},
22
+ author={Ye, Jingwen and He, Yuze and Zhou, Yanning and Zhu, Yiqin and Xiao, Kaiwen and Liu, Yong-Jin and Yang, Wei and Han, Xiao},
23
+ journal={arXiv preprint arXiv:2505.04622},
24
+ year={2025}
25
+ }
26
+ ```