Deep-MI / FastSurfer

PyTorch implementation of FastSurferCNN
Apache License 2.0
456 stars 119 forks source link

Fastsurfer Singularity workflow to quick test new code before merging #496

Closed taha-abdullah closed 6 months ago

taha-abdullah commented 6 months ago

This PR adds a workflow to test new code inside a Singularity container, running on a local runner, before it is merged into the dev branch. It also adds some quick tests to evaluate the new code and includes documentation for how to set up and run the workflow and tests.

.github/workflows/

fastsurfer_singularity.yaml

singularity_workflow.md

test/

quick_test/

data/

Switching from Docker to Singularity: The workflow originally used Docker but was switched to Singularity later on.