I've successfully done every step and the project went up and smooth. But when I'm processing the images, it showed "Error during feature extraction." I've seen the images have been successfully downsized, but there's nothing in sparse folder.
I'm using the following options:
Image Scaling Option: 1600k
COLMAP Feature Matching Type: Exhaustive
The process log showed as follow:
=== Image Preparation ===
Processed 59 images.
New images in: /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/images
Original images in: /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/images_original
=== Running COLMAP Reconstruction ===
Workspace: /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan
=== Creating database ===
Running: colmap database_creator --database_path /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/database.db
=== Extracting features ===
Running: colmap feature_extractor --database_path /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/database.db --image_path /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/images
STDERR:
�[0;31mE20260411 12:55:38.265958 0x1f5dae140 logging.cc:56] [base_option_manager.cc:170] Check failed: ExistsDir(*image_path)
�[m�[0;31mE20260411 12:55:38.266907 0x1f5dae140 base_option_manager.cc:272] Invalid options provided.
�[m
Error during feature extraction.
And in terminal, I can see this:
Workspace: /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan
=== Creating database ===
Running: colmap database_creator --database_path /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/database.db
=== Extracting features ===
Running: colmap feature_extractor --database_path /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/database.db --image_path /Volumes/Personal_2T/Project/Quanzhou Gaussian Splatting_test/RenMinYingJuYuan/images
STDERR:
E20260411 12:55:38.265958 0x1f5dae140 logging.cc:56] [base_option_manager.cc:170] Check failed: ExistsDir(*image_path)
E20260411 12:55:38.266907 0x1f5dae140 base_option_manager.cc:272] Invalid options provided.
Error during feature extraction.
I've successfully done every step and the project went up and smooth. But when I'm processing the images, it showed "Error during feature extraction." I've seen the images have been successfully downsized, but there's nothing in sparse folder.
I'm using the following options:
Image Scaling Option: 1600k
COLMAP Feature Matching Type: Exhaustive
The process log showed as follow:
And in terminal, I can see this: