Skip to content

Conversation

@LeHenschel
Copy link
Contributor

@LeHenschel LeHenschel commented Jun 2, 2023

Inference with Dockerfiles_FastSurferCNN and _CPU failed because ckpts were not downloaded correctly during the build phase. In the Dockerfile, the checkpoint dir (which no longer exists) was copied, and the download was not run at all. During the docker run, attempts to download the checkpoints failed due to
1.) No write access to the directory
2.) CerebNet directory missing (module could hence not be loaded)

Both points are fixed by removing the checkpoints copy command and adding the cerebnet copy command.

Tested for CPU and GPU on one image. AMD was not tested, as I do not have access to a compatible computer.

@LeHenschel LeHenschel requested a review from m-reuter June 2, 2023 09:34
@m-reuter m-reuter merged commit 834b4df into stable Jun 2, 2023
@m-reuter m-reuter deleted the hotfix/Dockerfiles_segonly_ckpt_download branch June 2, 2023 09:42
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

Successfully merging this pull request may close these issues.

3 participants