mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-26 13:49:40 +00:00
...
This commit is contained in:
parent
ef5f8e9fd2
commit
93a9a1ef88
@ -44,6 +44,14 @@ python3.10 -m pip install torchvision
|
||||
|
||||
ln -s docker/run.sh ./run.sh
|
||||
|
||||
#Build viewer
|
||||
#sudo apt install -y libimgui-dev libglew-dev libassimp-dev libboost-all-dev libgtk-3-dev libopencv-dev libglfw3-dev libavdevice-dev libavcodec-dev libeigen3-dev libxxf86vm-dev libembree-dev
|
||||
#git clone https://github.com/JayFoxRox/SIBR_viewers
|
||||
#cd SIBR_viewers
|
||||
#cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release -DASSIMP_LIBRARY=/usr/lib/x86_64-linux-gnu/libassimp.so
|
||||
#cmake --build build -j24 --target install
|
||||
#cd ..
|
||||
|
||||
#sudo apt-get -y install cuda
|
||||
sudo apt -y install nvidia-cuda-toolkit
|
||||
|
||||
|
@ -20,7 +20,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
python3.10 convert.py -s $1-data/ #--skip_matching #--no_gpu
|
||||
python3.10 convert.py -s $1-data/ --camera SIMPLE_RADIAL --no_gpu #GPU produces worse results (?)
|
||||
python3.10 train.py -s $1-data/ -r 1 --model_path=$1-data/output/ #
|
||||
|
||||
#pack it in
|
||||
|
Loading…
Reference in New Issue
Block a user