Meshroom icon indicating copy to clipboard operation
Meshroom copied to clipboard

[bug] corrupted image within the images that you are trying to import

Open j2l opened this issue 1 year ago • 2 comments

Describe the bug To test accuracy, I made screenshots of mixamo character, so no EXIF: mixam01 All images tested with badpeggy, none is damaged: image

To Reproduce Steps to reproduce the behavior:

  1. Drag-drop images (png or jpg) unto meshroom: image

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

j2l avatar Jun 30 '23 11:06 j2l

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.

Ligul avatar Aug 29 '23 15:08 Ligul

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.

cbentejac avatar Oct 03 '23 14:10 cbentejac