Skip to content
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

No further processed results using Docker version #40

Closed
yooha1003 opened this issue Jan 13, 2021 · 3 comments
Closed

No further processed results using Docker version #40

yooha1003 opened this issue Jan 13, 2021 · 3 comments

Comments

@yooha1003
Copy link

yooha1003 commented Jan 13, 2021

Hi, I am trying to use fastsurfer:cpu using docker since I am using MacOS (High Sierra) and don't have any NVIDIA graphic card.
I tried to follow README file to run single orig.mgz file but I am stuck in the initial step.
After the following message,

"Cuda available: False, # Available GPUS: 0, Cuda user disabled (--no_cuda flag): True, --> Using device: cpu"

The processing finished without any error message and the output directory did not have any created files except empty directories 'mri' and 'scripts' with deep-seg.log file.

Do you have any idea to fix this issue ?

Thanks for your kind comments in advance.

@yooha1003 yooha1003 changed the title No further processing using Docker version No further processed results using Docker version Jan 13, 2021
@LeHenschel
Copy link
Member

LeHenschel commented Jan 13, 2021

Hey yooha,

with the given information it is a bit difficult to tell what is going on. My first guess would be that this is a memory issue. For running FastSurfer you would need approx. 10 GB RAM. By default, Docker Desktop on MAC is set to use 2 GB runtime memory. So you might try to change these settings (under Docker Desktop --> Preferences --> Resources --> Advanced, slide the bar under Memory to 10 GB; see: https://docs.docker.com/docker-for-mac/ for details).

If this does not work, it would be helpful if you could provide the original command you ran (docker run ...) as well as some more information about your system and the deep-seg.log file content.

Best,
Leonie

@yooha1003
Copy link
Author

Hey yooha,

with the given information it is a bit difficult to tell what is going on. My first guess would be that this is a memory issue. For running FastSurfer you would need approx. 10 GB RAM. By default, Docker Desktop on MAC is set to use 2 GB runtime memory. So you might try to change these settings (under Docker Desktop --> Preferences --> Resources --> Advanced, slide the bar under Memory to 10 GB; see: https://docs.docker.com/docker-for-mac/ for details).

If this does not work, it would be helpful if you could provide the original command you ran (docker run ...) as well as some more information about your system and the deep-seg.log file content.

Best,
Leonie

Dear Leonie,

I appreciate for your fix this issue.
It worked after the adjustment of memory capacity.
Have a good one!

Best,
Yooha

@LeHenschel
Copy link
Member

Ok, great :). Glad it worked!

I am closing this issue then.

Best,
Leonie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants