ECCV2024: 3iGS:
*** This repo is still under work ***
The repo contains the sample code for the paper:
https://arxiv.org/abs/2408.03753
- Clone the repository:
git clone https://github.com/TangZJ/3iGS.git
- Navigate to the project directory:
cd 3iGS
-
Install the required dependencies:
-
Store data in ./data
-
To run and render:
python train.py -s [source] --blender_bool --eval -w -m [outputs_folder]
python render.py -s [source] -m [outputs_folder]
python metrics.py -m [outputs_folder]
Acknowledgements