From a69bfc66160230b69e1730cb435b01183d4646b6 Mon Sep 17 00:00:00 2001 From: Geralt_of_Rivia <87054407+guanjunwu@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:45:48 +0800 Subject: [PATCH] Update colmap.sh --- colmap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colmap.sh b/colmap.sh index 63637bd..195861a 100644 --- a/colmap.sh +++ b/colmap.sh @@ -2,7 +2,7 @@ workdir=$1 datatype=$2 # blender, hypernerf, llff -export CUDA_VISIBLE_DEVICES=1 +export CUDA_VISIBLE_DEVICES=0 rm -rf $workdir/sparse_ rm -rf $workdir/image_colmap python scripts/"$datatype"2colmap.py $workdir @@ -22,4 +22,4 @@ colmap point_triangulator --database_path $workdir/colmap/database.db --image_pa mkdir -p $workdir/colmap/dense/workspace colmap image_undistorter --image_path $workdir/colmap/images --input_path $workdir/colmap/sparse/0 --output_path $workdir/colmap/dense/workspace colmap patch_match_stereo --workspace_path $workdir/colmap/dense/workspace -colmap stereo_fusion --workspace_path $workdir/colmap/dense/workspace --output_path $workdir/colmap/dense/workspace/fused.ply \ No newline at end of file +colmap stereo_fusion --workspace_path $workdir/colmap/dense/workspace --output_path $workdir/colmap/dense/workspace/fused.ply