alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.99k stars 825 forks source link

[bug] camera calibration error #1423

Closed jack9603301 closed 1 year ago

jack9603301 commented 1 year ago

Describe the bug I'm exploring Meshroom and I'm hoping to figure out how he does camera calibration, I'm expecting an exact checkerboard calibration grid for calibration, the dataset I'm providing is wrong, but I don't care because I haven't shot the real one yet The checkerboard picture, I just want to figure out the principle and process!

However, Meshroom reported an unexpected error for me, and his information is as follows:

[2023-04-17 18:41:45.418341] [0x00007f96434cb000] [trace]   Embedded OCIO configuration file: '/home/jack/Applications/Meshroom-2023.1.0-av3.0.0-centos7-cuda11.3.1/aliceVision/share/aliceVision/config.ocio' found.
ERROR: unrecognised option '--maxMemory=9223372036854771712'
Usage:

This program is used to calibrate a camera from a dataset of images.
:
  -h [ --help ]                         Produce help message.

  -i [ --input ] arg                    Input images in one of the following 
                                        form:
                                         - folder containing images
                                         - image sequence like 

Expected behavior I was expecting it to return an error result, but not the parameter error I'm having so far, even though it's telling me the dataset is invalid or the file doesn't exist - that's what I'd expect

Screenshots 图片

Log [2023-04-17 18:41:45.418341] [0x00007f96434cb000] [trace] Embedded OCIO configuration file: '/home/jack/Applications/Meshroom-2023.1.0-av3.0.0-centos7-cuda11.3.1/aliceVision/share/aliceVision/config.ocio' found. ERROR: unrecognised option '--maxMemory=9223372036854771712' Usage:

This program is used to calibrate a camera from a dataset of images. : -h [ --help ] Produce help message.

-i [ --input ] arg Input images in one of the following form:

Additional context Add any other context about the problem here.

cbentejac commented 1 year ago

Hi @jack9603301, thanks for raising this issue!

A fix has been done for it and is in review. Since the bug is on the AliceVision side rather than on Meshroom's, I'm transferring the issue there.