Created: 2023/09/12
gaussian-splatting outputs trained model (Output) from multi-view images (Input).
- Implementation: graphdeco-inria/gaussian-splatting
- framework: Pytorch
- Official code: Yes
- License: Other
- GPU: RTX2080Ti
- Build a docker image and container, and then start the container on Host machine bash:
bash docker_buildrun.sh
- Train a model from multi-view images on Host machine bash:
bash train.sh <image dir path> <output dir path> # ex: bash train.sh data/train outputs/
- View the result with the trained model:
bash viewer.sh <trained model path>
None