Views
No views yet
| Branch | Description |
|---|---|
main | Latest version — improved implementation based on Trellis.2 backbone with better performance. |
paper | Paper version — original implementation based on Direct3D-S2, corresponding to results reported in our SIGGRAPH 2026 paper. |
If you want to reproduce the results in our paper, please switch to thepaperbranch.
pip install -r requirements.txtpip install https://github.com/LDYang694/Storages/releases/download/20260430/utils3d-0.0.2-py3-none-any.whlpython inference.py --image assets/test_image/0.png --output ./output.glbpython app.py 1@article{li2026pixal3d,
2 title = {Pixal3D: Pixel-Aligned 3D Generation from Images},
3 author = {Li, Dong-Yang and Zhao, Wang and Chen, Yuxin and Hu, Wenbo and Guo, Meng-Hao and Zhang, Fang-Lue and Shan, Ying and Hu, Shi-Min},
4 journal = {arXiv preprint arXiv:2605.10922},
5 year = {2026}
6}