homiec / tfTCDCN

A tensorflow implementation of Facial Landmark Detection by Deep Multi-task Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A TensorFlow implementation of TCDCN

注意:这个代码是我学习时候写的,里面有很多问题,欢迎大家pull request

It is a TensorFlow implementation of《Facial Landmark Detection by Deep Multi-task Learning

Instead of treating the detection task as a single and independent problem, we investigate the possibility of improving detection robustness through multi-task learning.

Network structure

structure

Libraries

You need to install OpenCV3 for image processing.

Chinese version

You can read my blog for more information:

http://blog.csdn.net/tinyzhao/article/details/52730553

About

A tensorflow implementation of Facial Landmark Detection by Deep Multi-task Learning


Languages

Language:Python 100.0%