A 3D lesion segmentation on whole-body PET images including automated quality control.
249
A 3D lesion segmentation on whole-body PET images including automated quality control.
For details refer to https://github.com/KibromBerihu/MIPsegmentatorV1/tree/main
Main steps:
The model was trained mainly from FDG-PET lymphoma data.
How to run it?
Tested on linux:
Make sure you put the file structures according to the readme.md file:
--- input_output_data
--- input
--- output
docker pull kibromberihu/mipsegmentator:latest-0
docker run --gpus all --ipc=host --rm -v "/path/to/input_output/input/":"/home/docker_input" -v "/path/to/input_output/output/":"/home/docker_output" kibromberihu/mipsegmentator:latest-0
All output files will be saved under the folder '/path/to/input_output_data/output/predicted_data"
Please consider citing the following papers:
Content type
Image
Digest
sha256:7e6eed4fe…
Size
977.6 MB
Last updated
over 2 years ago
docker pull kibromberihu/mipsegmentator:latest-0