Sebastian Cavada
commited on
Commit
·
e9917f4
1
Parent(s):
81001e6
adding prepare run
Browse files- run_core.sh +1 -1
run_core.sh
CHANGED
@@ -8,7 +8,7 @@ echo "Running Feature Extractor"
|
|
8 |
colmap feature_extractor --database_path ./global/database_core.db --image_path ./images --ImageReader.single_camera_per_folder 1 --ImageReader.default_focal_length_factor 0.5 --ImageReader.camera_model OPENCV
|
9 |
|
10 |
echo "Running feature matching..."
|
11 |
-
colmap matches_importer --database_path ./global/database_core.db --match_list_path ./images/campus_core/
|
12 |
|
13 |
echo "Reconstructing 3D model..."
|
14 |
glomap mapper --database_path ./global/database_core.db --image_path ./images --output_path ./campus_core
|
|
|
8 |
colmap feature_extractor --database_path ./global/database_core.db --image_path ./images --ImageReader.single_camera_per_folder 1 --ImageReader.default_focal_length_factor 0.5 --ImageReader.camera_model OPENCV
|
9 |
|
10 |
echo "Running feature matching..."
|
11 |
+
colmap matches_importer --database_path ./global/database_core.db --match_list_path ./images/campus_core/image_pairs_exhaustive.txt
|
12 |
|
13 |
echo "Reconstructing 3D model..."
|
14 |
glomap mapper --database_path ./global/database_core.db --image_path ./images --output_path ./campus_core
|