The code of "Rethinking Self-training for Semi-supervised Landmark Detection: A Selection-free Approach".
- Install Python3 and PyTorch >= v1.13
- Clone this repository.
git clone https://github.com/jhb86253817/STLD.git- Install the dependencies in requirements.txt.
pip install -r requirements.txtDownload the datasets from official sources, then put them under folder data/DATA_NAME/.
- Go to
lib, runpython preprocess.py data_300Wto prepare 300W. - Configure the command in
run_train.sh, then runbash run_train.shto start training.