Skip to content

Commit 22c4cf9

Browse files
Update COLMAP-single-camera.bat
1 parent 250c9ce commit 22c4cf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/COLMAP-single-camera.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ call %COLMAP_PATH% feature_extractor^
1818
--database_path %WORKSPACE_DIR%\reconstruction.db^
1919
--image_path %IMAGES_DIR%^
2020
--ImageReader.camera_model OPENCV^
21-
--ImageReader.single_camera 1^
22-
--SiftExtraction.use_gpu 0
21+
--ImageReader.single_camera 1
2322

2423
call %COLMAP_PATH% exhaustive_matcher^
2524
--database_path %WORKSPACE_DIR%\reconstruction.db^

0 commit comments

Comments
 (0)