-
Notifications
You must be signed in to change notification settings - Fork 23
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
Run code on bigger image #3
Comments
…large image stacks. This references #3.
Dear @hazirbas, could you please pull the code again and run it? I added some output which prints the available device memory. Maybe your GPU is just running out of memory while loading the image stack. Our code is quite stupid in that it just tries to read in all the images at once, allocates a lot of device and host memory and maybe doesn't release all of it properly before going to the next step. There are definitely smarter ways to do it. No streaming e.g. so if it doesn't fit, it just crashes. |
Hi @adrelino, |
Hi again, Here is the output error I get. My image size is 378x379. And I have 19 images in my focal stack. PARAM[DEF]: grayscale : 0 ================================== Executing ======================================= |
Hi Caner, thanks for the feedback. Could you provide us with a backtrace in gdb?
|
Hi @mngKd , Here is the output: ================================== Executing ======================================= |
Thanks for the fast feedback, seems to be a openCV problem with loading the "/IMG_0001/im_02.png" file, so I will later drop by our office, and maybe you can give me your sample files, so that Cheers from the master lab, Edit: |
@hazirbas:
(Split up into new issue from #2 )
The text was updated successfully, but these errors were encountered: