Meshroom
Meshroom copied to clipboard
[bug] corrupted image within the images that you are trying to import
Describe the bug
To test accuracy, I made screenshots of mixamo character, so no EXIF:
All images tested with badpeggy, none is damaged:
To Reproduce Steps to reproduce the behavior:
- Drag-drop images (png or jpg) unto meshroom:
Desktop (please complete the following and other pertinent information):
- OS: Ubuntu 22.04
- Python version 3.10.6
- Qt/PySide version ??
- Meshroom version: please specify if you are using a release version or your own build
- Binary version (if applicable) 2023.2.0
Same error on almost same system:
- OS: Ubuntu 22.04
- Python version 3.10.12
- Meshroom version: prebuilt 2023.2.0 (2023/06/26)
Meshroom console output when trying to import image:
/bin/sh: 1: aliceVision_cameraInit: not found
ERROR:root:Error while building intrinsics: CameraInit failed with error code 127.
Command was: "aliceVision_cameraInit --sensorDatabase "/media/ligul/Storage/Programs/Meshroom-2023.2.0-av3.1.0-centos7-cuda11.3.1/aliceVision/share/aliceVision/cameraSensors.db" --lensCorrectionProfileInfo "${ALICEVISION_LENS_PROFILE_INFO}" --lensCorrectionProfileSearchIgnoreCameraModel True --defaultFieldOfView 45.0 --groupCameraFallback folder --allowedCameraModels pinhole,radial1,radial3,brown,fisheye4,fisheye1,3deanamorphic4,3deradial4,3declassicld --rawColorInterpretation LibRawWhiteBalancing --viewIdMethod metadata --verboseLevel info --output "/tmp/tmp9vlg2toy/CameraInit/961e54591174ec5a2457c66da8eadc0cb03d89ba/cameraInit.sfm" --allowSingleView 1 --input "/tmp/tmp9vlg2toy/CameraInit/961e54591174ec5a2457c66da8eadc0cb03d89ba/viewpoints.sfm"".
WARNING:root:QQmlComponent: Created graphical object was not placed in the graphics scene.
Hi @j2l,
What was the filename of the image you were trying to import? If it contained a large number, I think you might have encountered issue alicevision/AliceVision/issues/1411, which should be fixed soon. Otherwise, could you please provide the logs from the terminal?
Hi @Ligul,
From what I can see, your issue is that the aliceVision_cameraInit
cannot be found, which implies you're not using the official binaries but building them yourself (while it seems that @j2l directly used the official binaries). Your issue is the same as #2198, so please have a look at this answer.