Open ghost opened 3 years ago
Yes, you are right. The structure of images folder should be like this: -| images_folder --| camera1(sub folder1 of images_folder) ----| image1.jpg ----| image2.jpg ----| ... --| camera2(sub folder2 of images_folder) ----| image1.jpg ----| image2.jpg ----| ...
Hi, A followup question - how can I specify the intrinsics parameters for each folder in the command line?
In this case will it use the database with camera intrinsics specified there for each camera ID? If there is no database, how do you supply the intrinsics for each camera as @moshebou says? @TroiiF
Also, how does it know which camera applies to each folder?
4) I need to specify intrinsic parameters for each camera, and optimize those two intrinsic parameters for the two cameras as well as poses simultaneously.
For that purpose, is the following command makes sense?
colmap feature_extractor \ --database_path [path]/database.db \ --image_path [input_path] \ --ImageReader.single_camera_per_folder 1 \
I looked your tutorial about "--ImageReader.single_camera_per_folder", but there seems difficult to understand how it specifies. I wonder, "--ImageReader.single_camera_per_folder 1" means "each camera folder has a single set of intrinsic parameters and can be optimized while reconstruction", doesn't it?
Thank you in advance.