-
Notifications
You must be signed in to change notification settings - Fork 462
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
126 image cap #30
Comments
The strange thing is that the progress bar is not at zero. So it seems that some image are correctly loaded. Seems like the first 125 images are correctly loaded. I would advice this:
You can try to use various value for downsampling the image to see if it's a memory issue or not |
How much RAM does it typically need? i have 8GB of ram and there should be some extra using VM. |
Subsampling can be changed by changing the variable level in the pmvs file: https://www.di.ens.fr/pmvs/documentation.html The other possibility is that your image folder contains many |
I was able to reproduce the issue. For me it happens in image 510 out of a dataset of 800. |
Hi.
I don't know if this is the correct place for issue but it came up using this library.
I have searched for fixes but have not found any.
Found only one good topic but it seems this has already been fixed.
link: libjpeg causes weird crash
I have looked over the files. All have permissions and are there.
If there are less than 126 images, then it runs fine but maxes out at 126 for no apparent reason.
i tried to find what might cause the exception but could not really get that far.
also the camera file raised an exception. first thing i checked was if the .txt files have the correct data in them and they all do. so i have no idea why i got that error.
error: Couldn't read image /Users/user/Desktop/scan/dense.nvm.cmvs/00/visualize/00000126.jpg
program/base/image/camera.cc line 38:
This is where the actual error is from i think. and looks like it traces back to Cimg.h as it did in the other case that i linked to. but where exactly i have no idea.
error: Unsupported iamge format found. Stop allocation: /Users/user/Desktop/scan/dense.nvm.cmvs/00/visualize/00000126.jpg
program/base/image/image.cc line 124:
error: Unrecognizable txt format
program/base/image/image.cc line 532:
for reference, some of the library versions:
any type of fix will be welcomed!
The text was updated successfully, but these errors were encountered: