-
Notifications
You must be signed in to change notification settings - Fork 120
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
input image contains negative values and gpu memory issue #470
Comments
For some reason your image has negative values, which usually should not happen. Maybe it was pre-processed, for example, cubic interpolation can produce negative values. If they are just slightly below zero, you can clamp them to zero. |
Thanks! It runs now, but I get the following error:
Is it possible to set Thank you, |
Hi, this is a CUDA error and I don't think you can set these. It is strange that you have memory issues on a 10GB card. The question is what is already taking up the 7GiB. Are you running anything else on the GPU? When is this error happening (during the first segmentation network, or during view aggregation )? Oh, and what resolution is you input image? |
This is the error: I am trying to set that variable, like
Here is the error
Thanks! |
The error happens right at the start.
|
That was the problem. I re-run
|
Question/Support Request
Dear FastSurfer experts, I'd like to run the tool using
singularity
and a GPU. My script looks like:I am getting the following error:
However, the T1.nii.gz volume looks good when I open it with other tools.
Do you know where that error could come from?
Thank you,
f4b
Environment
The text was updated successfully, but these errors were encountered: