Code for this paper:Pseudo-label enhanced consistency learning for semi-supervised medical image segmentation
-
Create conda environment:
conda create -n PECL python=3.10
-
Clone the repo:
git clone https://github.com/aixiaobaikkk/PECL.git
-
Activate the environment:
conda activate PECL
-
Install the requirements:
pip install -r requirements.txt
python train_LA.pypython train_ACDC.pypython train_PA.py