This is simple library for vessel segmentation
To install, you can use the command:
pip install SegRunLib
Or download the repository from GitHub
import SegRunLib
settings = {
"in_path_nifty" : "MRA_Image.nii.gz",
"out_path_nifty" : "MRA_Image_segmentation.nii.gz",
"device" : "cuda"
}
SegRunLib.run(settings)
msst project
- easy to use for everyone
- no prerequirenments
Hello. Have a good day!
