rennu / dpg

OpenMVG + OpenMVS Pipeline
82 stars 28 forks source link

Raise meaningful error messages? #3

Closed adrien-jacquot closed 4 years ago

adrien-jacquot commented 5 years ago

Hello,

Thank you for this great piece of work, I never tried OpenMVG/MVS before but I was able to start using them in a few hours!

Depending on the dataset used I got some errors at different stages of the pipeline, some during the features matching and others during the mesh refinement or texture generation.

I was wondering if there was a plan to catch and raise more meaningful error messages, for now one can only see "Failed at step XXX".

Thanks!

rennu commented 5 years ago

Thanks for your nice words!

Yes, it would be nice to have meaningful messages. However, with the amount of things that could go wrong with the pipeline, I think it's better to just output OpenMVG & OpenMVS without trying to create a system to guess the reason for the error.