R-Vessel-X / SlicerRVXLiverSegmentation

3D Slicer plugin for Liver Anatomy Annotation by R-Vessel-X
BSD 2-Clause "Simplified" License
31 stars 7 forks source link

Sorry, how can I use the code in my own project without a 3D slicer? Is this allowed? #16

Open Am-pang opened 3 weeks ago

Am-pang commented 3 weeks ago

I plan to create a demo that can be used for liver segmentation prediction. How can I extract the code for use in my own program

Thibault-Pelletier commented 3 weeks ago

Hi @Am-pang,

This code is licensed under BSD-2 so you are free to copy / modify it. Please look at the license terms here : https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation/blob/main/LICENSE

The segmentation logic of the module is available in this file : https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation/blob/main/RVXLiverSegmentationEffect/RVXLiverSegmentationEffectLib/SegmentEditorEffect.py

It uses a MONAI pipeline. You can learn more about MONAI here : https://github.com/Project-MONAI/MONAI

Note that Kitware provides courses on MONAI if you are interested (next public training is scheduled in October) : https://www.kitware.eu/monai-training/