/Debias-Teacher

The code for our work

Primary LanguagePython

Enhancing the Quality of Pseudo Labels in 2D Human Pose Estimation via a Debiasing-Teacher Approach⋆

The framework of our work:

image

How to run:

python pose_estimation/cotrain1.py --cfg experiments/mix_coco_coco/res18/256x192_COCO1K_PoseCons.yaml --gpus 1

Acknowledgements

The code is mainly based on Simple Baseline and HRNet. Some code comes from DarkPose , Semi-human-pose and SSPCM. Thanks for their works.