Make extractimages run with multipleview folder

This commit is contained in:
David Li 2024-04-24 15:02:12 -04:00 committed by GitHub
parent ccda5f8482
commit f4f93b45f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
workdir=$1
python scripts/extractimages.py $workdir
python scripts/extractimages.py multipleview/$workdir
colmap feature_extractor --database_path ./colmap_tmp/database.db --image_path ./colmap_tmp/images --SiftExtraction.max_image_size 4096 --SiftExtraction.max_num_features 16384 --SiftExtraction.estimate_affine_shape 1 --SiftExtraction.domain_size_pooling 1
colmap exhaustive_matcher --database_path ./colmap_tmp/database.db
mkdir ./colmap_tmp/sparse