Add model card
Browse filesThis PR adds a model card for the paper [PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer](https://huggingface.co/papers/2505.04622).
It adds a relevant pipeline tag, as well as links to the project page and code repository.
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|