Views
No views yet
Python>=3.10, PyTorch==2.7.0, and CUDA>=12.4.1conda create --name gtr python=3.10
2conda activate gtr
3pip install -U pip
4
5pip install torch==2.7.0 torchvision==0.22.0 torchmetrics==1.2.1 --index-url https://download.pytorch.org/whl/cu124
6pip install -U xformers --index-url https://download.pytorch.org/whl/cu124
7
8pip install -r requirements.txt
1@article{zhuang2024gtr,
2 title={Gtr: Improving large 3d reconstruction models through geometry and texture refinement},
3 author={Zhuang, Peiye and Han, Songfang and Wang, Chaoyang and Siarohin, Aliaksandr and Zou, Jiaxu and Vasilkovsky, Michael and Shakhrai, Vladislav and Korolev, Sergey and Tulyakov, Sergey and Lee, Hsin-Ying},
4 journal={arXiv preprint arXiv:2406.05649},
5 year={2024}
6}