-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Failed to allocate memory for image #934
Comments
I wouldn't think 120 MB should be a problem. Have you tried your call on a smaller image? |
What are the actual dimensions of the image? Use |
Yes, it works on a 60 MB image, whose size is about [200, 200, 300] |
The image size is [512, 512, 348], and the details are shown as following:
|
@ntustison when I down-resample the image to [256, 512, 348], the code is OK. |
I'd be more than willing to look at your data to see if there's anything unusual but I suspect this is a system-specific issue. |
I have uploaded my data to github. |
Failed to allocate memory for image to denoise an image:
DenoiseImage -d 3 -v 1 -i $expirationPreprocessed -o $expirationPreprocessed
the size of image is 120 M, the memory of my computer is 32G. Does the DenoiseImage cause so much memory?
The text was updated successfully, but these errors were encountered: