Image_datasets
Image_datasets copied to clipboard
Image dataset for testing OpenMVG
The instructions for processing 360 images (at [Image_datasets/blob/main/360_dataset/README.md](https://github.com/openMVG/Image_datasets/tree/main/360_dataset/README.md)) appear to have become broken by a change to openMVG or openMVS. line 20 of the readme reads: ``` $ openMVG_main_ComputeMatches -i...
1. `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:...