Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
j2l opened this issue Jun 30, 2023 · 2 comments
Open

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

j2l opened this issue Jun 30, 2023 · 2 comments
Labels
bug for actual bugs (unsure? use type:question) linux

Comments

@j2l
Copy link

j2l commented Jun 30, 2023

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 j2l added the bug for actual bugs (unsure? use type:question) label Jun 30, 2023
@Ligul
Copy link

Ligul commented Aug 29, 2023

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.

@natowi natowi added the linux label Aug 29, 2023
@cbentejac
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question) linux
Projects
None yet
Development

No branches or pull requests

4 participants