Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 832 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 832 Bytes

gaussian-splatting

Created: 2023/09/12

Demo abstract

gaussian-splatting outputs trained model (Output) from multi-view images (Input).

Demo implementation info

Demo enviroment

  • GPU: RTX2080Ti

Demo process

  1. Build a docker image and container, and then start the container on Host machine bash:
    bash docker_buildrun.sh
  2. 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/
  3. View the result with the trained model:
    bash viewer.sh <trained model path>

Note

None