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

Added CerebNet, removed copying empty dir and corrected ckpt downloaddir #326

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

LeHenschel
Copy link
Member

@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.

None yet

2 participants