-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
software not importing photos #208
Comments
I had the same problem here, on a workstation running Win10 with 16Go of RAM. |
Ohh good idea! I tried import one by one and didnt work. Downscale could
work, i will test it. Thanks!
Em seg, 27 de ago de 2018 07:48, rgoupil <notifications@github.com>
escreveu:
… I had the same problem here, on a workstation running Win10 with 16Go of
RAM.
I was trying to import several images of 2988x5312.
When I downscaled them to 2656x1494 it could correctly imported them.
I assume this is related to the amount of RAM and the size of your image
(5312x2988x3 != 45Go vs 2656x1494x3 ~= 11Go).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHR-j8nAzdLLEEYsDqo-ZkR8elzupdyxks5uU855gaJpZM4WM1Bw>
.
|
hey! thanks! worked great! |
Image size should not be a problem to initialize the project. They are never all loaded simultaneously in memory (only 3 at the same time). Could you share a few images from your (original scale) dataset to see what goes wrong? |
It did not import images for me as well, but if I just open them and resave them it did. Doesn't need to resize, something about the image format from the phone makes it break |
I had the same problem, but figured it out: Maybe the Meshroom image importer will be more tolerant with corrupted files in the future. |
Interesting, I will check my original pictures if I still have them. |
Machine:
surface book 2
error:
in the startup of the software:
on the import:```
ERROR:root:Error while building intrinsics : Traceback (most recent call last):
File "f:\tmp\meshroom\meshroom\ui\reconstruction.py", line 384, in buildIntrinsics
File "f:\tmp\meshroom\meshroom\nodes\aliceVision\CameraInit.py", line 129, in buildIntrinsics
RuntimeError: CameraInit failed with error code 3221225477. Command was: "aliceVision_cameraInit --sensorDatabase "C:......."
The text was updated successfully, but these errors were encountered: