mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-26 21:59:37 +00:00
...
This commit is contained in:
parent
90ffc7dbb0
commit
00e5e6eb1f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user