You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📄 Progressive Pseudo-labels Enhancement for Source-Free Domain Adaptation Medical Image Segmentation
Dependency Preparation
cd ESFDA_SFDA
# Python Preparation
conda create -n ESFDA_SFDA python=3.8.5
activate ESFDA_SFDA
# (torch 1.7.1+cu110) It is recommended to use the conda installation on the Pytorch website https://pytorch.org/
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch
pip install -r requirements.txt
Model Training and Inference
Download the dataset and modify the relevant paths in the configuration file.
Source Model Train
-- We use the code provided by ProSFDA to train the source model.