Skip to content

Commit

Permalink
Update reconstruct_pipeline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermm14 authored Jul 18, 2017
1 parent 5440e91 commit 25339bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reconstruct_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DATASET=$1
BIN_PATH=$REC3D_PATH/binaries

TVL1=true
TVL2=true
TVL2=false

cd
cd $REC3D_PATH/data/$DATASET
Expand All @@ -42,7 +42,7 @@ python -u $REC3D_PATH/python/resize.py 700
echo; echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%";
echo "%%%%%% SfM %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%";
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"; echo;
SFM_METHOD=global
SFM_METHOD=incremental
python -u $REC3D_PATH/python/sfm.py $SFM_METHOD AKAZE_FLOAT ULTRA FASTCASCADEHASHINGL2 ESSENTIAL
mkdir -p undistort
mkdir -p sfm
Expand Down

0 comments on commit 25339bf

Please sign in to comment.