From 00e5e6eb1feadcc3bc7f3fbe96040390b5851ddb Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Sun, 29 Oct 2023 00:24:39 +0300 Subject: [PATCH] ... --- docker/initialize.sh | 4 ++-- docker/run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/initialize.sh b/docker/initialize.sh index 0fe985e..350f566 100755 --- a/docker/initialize.sh +++ b/docker/initialize.sh @@ -14,7 +14,7 @@ git clone https://github.com/ReshotAI/gaussian-splatting-blender-addon/ git clone https://ceres-solver.googlesource.com/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 cd build 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 cd colmap -git checkout dev +#git checkout dev mkdir build cd build cmake .. -DCMAKE_CUDA_ARCHITECTURES="60;70;80" #-DCUDA_ENABLED=OFF diff --git a/docker/run.sh b/docker/run.sh index f1cc0da..3dde6ba 100755 --- a/docker/run.sh +++ b/docker/run.sh @@ -20,7 +20,7 @@ else 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/ # #pack it in