Closed VitalyyBezuglyj closed 2 years ago
Hi, thanks for your report. I don't think 'no version information' is the fatal error which makes the program died.
terminate called after throwing an instance of 'std::length_error' what(): basic_string::_M_replace_aux
This is the source of error. Does it happen if you run with the given example and cams?
Okay, got it, thanks!
Yes, this happened when I tried to run the given example.
There is one thing I had changed in your code - setup_tools.sh script. When I tried to build docker container I met the errors with linking static libraries of opencv. And after some research I found out that the mvs repo was updated and choose the develop branch instead of master, because It wasn't modified for last 6 month. It solved linking error, but probably there were some unfixed errors. Could you please specify which commit you were used when were developing this project and i will try to clone correct version?
Example of error that I met when launch script "as is"
I see, I also aware that the external project openMVS_mvasupport
lead to the failed build.
could you please checkout this commit? I believe this is what I used for the project.
09fdd45e23c4b4fd3a0a4258f8294aae6e9fe8d9
It works!
Thank you very much!
Thank you for bug reporting. I will update the script.
Tried to launch example in docker, but met the following error:
Google the "no version information available" and found that solution, but updating the ghost script has no effect.
I read the previous issue about thar error, but in my case valid cams param is OK.