Added information about container
Consensus model inference (along with BraTS-winning algorithms) is now available from the GitHub package registry. You can download this version using the following command:
Obtaining the image
docker pull ghcr.io/fets-ai/front-end:1.0.1
Usage
The entrypoint is the FeTS_CLI_Segment
executable:
docker run --rm ghcr.io/fets-ai/front-end:latest -h
Notes
- You need to have a discrete GPU with CUDA 11 in your system because that's the base image we are using to build.
- Please refer to the documentation for further details.
- Post questions on the Discussion thread on this repository.