-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generating pano error #3
Comments
Interface change slightly for OpenMVG V2. Please use the -g option on GeometricFilter binay. Thanks |
Got it. Thanks. |
It occurs those errors below when I execute "DensifyPointCloud scene.mvs" command in directory of OpenMVS. 20:58:57 [App ] Preparing images for dense reconstruction completed: 66 images (153ms) Please tell me what should I do? Thanks. |
This is an error related to OpenMVS. |
This is how I execute the program:
Thiis is log:Using input dir : C:\Users\dmgz0\Downloads\ReleaseV2.0.Rainbow-Trout.WindowsBinaries_VS2019\360_Flat\images
INFO: [main_SfMInit_ImageListing.cpp:478] SfMInit_ImageListing report:
Structure from Motion:INFO: [loggerprogress.hpp:79] [- Features Loading -] 100%
|
openMVG_main_ComputeMatches -i $dataset_out/matches/sfm_data.json -o $dataset_out/matches -g a
INFO: [main_ComputeMatches.cpp:110] Unrecognized option -g
it occurs a info when i execute this line.
2.
openMVG_main_SfM -i $dataset_out/matches/sfm_data.json -m $dataset_out/matches -o $dataset_out/reconstruction
ERROR: [main_SfM.cpp:409] Cannot load the match file.
How should i do? I run it on windows11.
The text was updated successfully, but these errors were encountered: