[FLARE2022]Effective Semi Segmentation for Medical Image
- clone the repo
git clone https://github.com/JohnMasoner/EffectiveSemiSegmentation.git
- Install Apex[]
git clone https://github.com/NVIDIA/apex.git
cd apex
pip install -v --no-cache-dir ./
- Install repo requirements
pip install -r requirements.txt
- Noteworthy, you could download the pre-train model by BaiDuNetDisk(link:https://pan.baidu.com/s/1K2AS4qBlbl710KlPFcyTgg?pwd=bs87 code: bs87)
- prepare you config, you could set your config file by the requirements. (main parms are every path)
vim FlareSeg/data_prepare/config.yaml
- train the model 2.1 coarse segmentation(set the param by your training params)
vim FlareSeg/coarse_base_seg/config.yaml
vim FlareSeg/coarse_base_seg/run.sh
cd FlareSeg/coarse_base_seg
sh run.sh
2.2 Fine Segmentation
vim FlareSeg/fine_efficient_seg/config.yaml
vim FlareSeg/fine_efficient_seg/run.sh
cd FlareSeg/fine_efficient_seg
sh run.sh
2.3 Inference
sh predict.sh