Skip to content

Several landmark detection algorithms, implemented in PyTorch.

Notifications You must be signed in to change notification settings

xychenunc/landmark-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landmark Detection

This project contains several landmark detection algorithms, implemented in PyTorch.

Style Aggregated Network for Facial Landmark Detection

The training and testing codes for SAN (CVPR 2018) are located in the SAN directory.

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors

The training and testing codes for Supervision-by-Registration (CVPR 2018) are located in the SBR directory.

Teacher Supervises Students How to Learn from Partially Labeled Images for Facial Landmark Detection

The model codes for Teacher Supervises Students (TS3) (ICCV 2019) are located in the TS3 directory.

Citation

If this project helps your research, please cite the following papers:

@inproceedings{dong2018san,
   title={Style Aggregated Network for Facial Landmark Detection},
   author={Dong, Xuanyi and Yan, Yan and Ouyang, Wanli and Yang, Yi},
   booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
   pages={379--388},
   year={2018}
}
@inproceedings{dong2018sbr,
  title={{Supervision-by-Registration}: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors},
  author={Dong, Xuanyi and Yu, Shoou-I and Weng, Xinshuo and Wei, Shih-En and Yang, Yi and Sheikh, Yaser},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  pages={360--368},
  year={2018}
}
@inproceedings{dong2019teacher,
  title={Teacher Supervises Students How to Learn from Partially Labeled Images for Facial Landmark Detection},
  author={Dong, Xuanyi and Yang, Yi},
  booktitle={Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
  year={2019}
}

Contact

To ask questions or report issues, please open an issue on the issues tracker.

About

Several landmark detection algorithms, implemented in PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.9%
  • Shell 9.9%
  • C++ 0.2%