Meng Wei1, Qianyi Wu1, Jianmin Zheng2, Hamid Rezatofighi1, Jianfei Cai1*
1Monash University 2Nanyang Technological University *Corresponding Author
[arxiv
]
[2025.01.05] Code released.
- Improve the rasterizer.
- Clean-up codes.
We tested our codes on RTX 3090 with Ubuntu 22.04, and cuda 12.2.
- Clone this repo:
git clone https://github.com/Meng-Wei/Normal-GS.git --recursive
cd Normal-GS
- Install Packages
conda env create --file environmnet.yml
conda activate normal_gs
-
Data preparation: please follow 3D-GS
-
Training and Evaluation commands
python train.py --eval -s data/mipnerf360/bonsai --lod 0 --gpu -1 --voxel_size 0.001 --update_init_factor 16 --appearance_dim 0 --ratio 1 --iterations 30_000 --ref --idiv
python train.py --eval -s data/tandt/truck --lod 0 --gpu -1 --voxel_size 0.01 --update_init_factor 16 --appearance_dim 0 --ratio 1 --iterations 30_000 --ref --idiv
python train.py --eval -s data/blending/drjohnson --lod 0 --gpu -1 --voxel_size 0.005 --update_init_factor 16 --appearance_dim 0 --ratio 1 --iterations 30_000 --ref --idiv
@inproceedings{wei2024normalgs,
title={Normal-GS: 3D Gaussian Splatting with Normal-Involved Rendering},
author={Wei, Meng and Wu, Qianyi and Zheng, Jianmin and Rezatofighi, Hamid and Cai, Jianfei},
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
year={2024}
}
Please see the LICENSE of 3D-GS.
We thank all authors from Ref-NeRF, 3DGS, Scaffold-GS, GaussianShader, and Gaussian Surfels for sharing their codes and presenting excellent work.
Our codes are based on 3DGS, Ref-NeRF, and Scaffold-GS.
@Article{kerbl3Dgaussians,
author = {Kerbl, Bernhard and Kopanas, Georgios and Leimk{\"u}hler, Thomas and Drettakis, George},
title = {3D Gaussian Splatting for Real-Time Radiance Field Rendering},
journal = {ACM Transactions on Graphics},
number = {4},
volume = {42},
month = {July},
year = {2023},
url = {https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/}
}
@misc{multinerf2022,
title={{MultiNeRF}: {A} {Code} {Release} for {Mip-NeRF} 360, {Ref-NeRF}, and {RawNeRF}},
author={Ben Mildenhall and Dor Verbin and Pratul P. Srinivasan and Peter Hedman and Ricardo Martin-Brualla and Jonathan T. Barron},
year={2022},
url={https://github.com/google-research/multinerf},
}
@inproceedings{scaffoldgs,
title={Scaffold-gs: Structured 3d gaussians for view-adaptive rendering},
author={Lu, Tao and Yu, Mulin and Xu, Linning and Xiangli, Yuanbo and Wang, Limin and Lin, Dahua and Dai, Bo},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={20654--20664},
year={2024}
}