This is the Implementation of《PLN: Parasitic-Like Network for Barely Supervised Medical Image Segmentation》
- Clone the repository:
git clone https://github.com/ShumengLI/PLN.git
cd PLN
-
Put the data in
data/LA/2018LA_Seg_Training Set
anddata/LA/processed_h5
. -
Train the model
python train_pln.py --exp model_name
Params are the best setting in our experiment.
- Test the model
python test.py --model model_name
Our best model is uploaded.
Part of the code is origin from UA-MT and VoxelMorph-torch.