From 50586e55702cc91a81f205c3e1ea78853ce318b1 Mon Sep 17 00:00:00 2001 From: Yuze He Date: Fri, 17 Apr 2026 15:54:24 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cd4125..b51ddf4 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,11 @@ python eval.py If you find our work useful, please kindly cite: ``` -@article{ye2025primitiveanything, - title={PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer}, +@inproceedings{ye2025primitiveanything, + title={PrimitiveAnything: Human-crafted 3D primitive assembly generation with auto-regressive Transformer}, 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}, - journal={arXiv preprint arXiv:2505.04622}, + booktitle={Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers}, + pages={1--12}, year={2025} } ```