This commit is contained in:
Ammar Qammaz 2023-10-29 00:24:39 +03:00
parent 90ffc7dbb0
commit 00e5e6eb1f
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ git clone https://github.com/ReshotAI/gaussian-splatting-blender-addon/
git clone https://ceres-solver.googlesource.com/ceres-solver git clone https://ceres-solver.googlesource.com/ceres-solver
cd ceres-solver cd ceres-solver
git checkout $(git describe --tags) # Checkout the latest release #git checkout $(git describe --tags) # Checkout the latest release
mkdir build mkdir build
cd build cd build
cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_CUDA_ARCHITECTURES="60;70;80" #-DUSE_CUDA=OFF cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_CUDA_ARCHITECTURES="60;70;80" #-DUSE_CUDA=OFF
@ -26,7 +26,7 @@ cd ..
git clone https://github.com/colmap/colmap git clone https://github.com/colmap/colmap
cd colmap cd colmap
git checkout dev #git checkout dev
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_CUDA_ARCHITECTURES="60;70;80" #-DCUDA_ENABLED=OFF cmake .. -DCMAKE_CUDA_ARCHITECTURES="60;70;80" #-DCUDA_ENABLED=OFF

View File

@ -20,7 +20,7 @@ else
fi fi
python3.10 convert.py -s $1-data/ #--no_gpu python3.10 convert.py -s $1-data/ #--skip_matching #--no_gpu
python3.10 train.py -s $1-data/ -r 1 #--model_path=$1-data/output/ # python3.10 train.py -s $1-data/ -r 1 #--model_path=$1-data/output/ #
#pack it in #pack it in