Skip to content

jhb86253817/STLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STLD

The code of "Rethinking Self-training for Semi-supervised Landmark Detection: A Selection-free Approach".

Installation

  1. Install Python3 and PyTorch >= v1.13
  2. Clone this repository.
git clone https://github.com/jhb86253817/STLD.git
  1. Install the dependencies in requirements.txt.
pip install -r requirements.txt

Datasets

Download the datasets from official sources, then put them under folder data/DATA_NAME/.

Training

  1. Go to lib, run python preprocess.py data_300W to prepare 300W.
  2. Configure the command in run_train.sh, then run bash run_train.sh to start training.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published