├── README.md ├── evaluate_48.py ├── facePose.py ├── img ├── 1.jpg ├── 1110.jpg ├── 2.jpg ├── 2007_007763.jpg ├── 2008_001009.jpg ├── 2008_001322.jpg ├── 2008_002079.jpg ├── 2008_002470.jpg ├── 2008_002506.jpg ├── 2008_004176.jpg ├── 2008_007676.jpg ├── 2009_004587.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg ├── image_003_1.jpg ├── image_004_1.jpg ├── image_019_1.jpg ├── image_020_1.jpg ├── image_069_1.jpg └── image_09.jpg ├── landmarkPredict.py ├── landmarkPredict_video.py ├── librect.py ├── model ├── VGG_mean.binaryproto ├── deploy.prototxt └── deploy.prototxt~ ├── result ├── 1.png ├── 2.png ├── 3.png ├── figure_1.png ├── figure_10.png ├── figure_11.png ├── figure_12.png ├── figure_13.png ├── figure_14.png ├── figure_15.png ├── figure_16.png ├── figure_17.png ├── figure_18.png ├── figure_19.png ├── figure_2.png ├── figure_20.png ├── figure_21.png ├── figure_22.png ├── figure_3.png ├── figure_4.png ├── figure_5.png ├── figure_6.png ├── figure_7.png ├── figure_8.png └── figure_9.png ├── run.bat ├── testList.txt ├── train.prototxt └── train_solver.prototxt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/README.md -------------------------------------------------------------------------------- /evaluate_48.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/evaluate_48.py -------------------------------------------------------------------------------- /facePose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/facePose.py -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/1.jpg -------------------------------------------------------------------------------- /img/1110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/1110.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2.jpg -------------------------------------------------------------------------------- /img/2007_007763.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2007_007763.jpg -------------------------------------------------------------------------------- /img/2008_001009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_001009.jpg -------------------------------------------------------------------------------- /img/2008_001322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_001322.jpg -------------------------------------------------------------------------------- /img/2008_002079.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_002079.jpg -------------------------------------------------------------------------------- /img/2008_002470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_002470.jpg -------------------------------------------------------------------------------- /img/2008_002506.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_002506.jpg -------------------------------------------------------------------------------- /img/2008_004176.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_004176.jpg -------------------------------------------------------------------------------- /img/2008_007676.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2008_007676.jpg -------------------------------------------------------------------------------- /img/2009_004587.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/2009_004587.jpg -------------------------------------------------------------------------------- /img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/3.jpg -------------------------------------------------------------------------------- /img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/4.jpg -------------------------------------------------------------------------------- /img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/5.jpg -------------------------------------------------------------------------------- /img/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/6.jpg -------------------------------------------------------------------------------- /img/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/7.jpg -------------------------------------------------------------------------------- /img/image_003_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/image_003_1.jpg -------------------------------------------------------------------------------- /img/image_004_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/image_004_1.jpg -------------------------------------------------------------------------------- /img/image_019_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/image_019_1.jpg -------------------------------------------------------------------------------- /img/image_020_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/image_020_1.jpg -------------------------------------------------------------------------------- /img/image_069_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/image_069_1.jpg -------------------------------------------------------------------------------- /img/image_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/img/image_09.jpg -------------------------------------------------------------------------------- /landmarkPredict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/landmarkPredict.py -------------------------------------------------------------------------------- /landmarkPredict_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/landmarkPredict_video.py -------------------------------------------------------------------------------- /librect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/librect.py -------------------------------------------------------------------------------- /model/VGG_mean.binaryproto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/model/VGG_mean.binaryproto -------------------------------------------------------------------------------- /model/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/model/deploy.prototxt -------------------------------------------------------------------------------- /model/deploy.prototxt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/model/deploy.prototxt~ -------------------------------------------------------------------------------- /result/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/1.png -------------------------------------------------------------------------------- /result/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/2.png -------------------------------------------------------------------------------- /result/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/3.png -------------------------------------------------------------------------------- /result/figure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_1.png -------------------------------------------------------------------------------- /result/figure_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_10.png -------------------------------------------------------------------------------- /result/figure_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_11.png -------------------------------------------------------------------------------- /result/figure_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_12.png -------------------------------------------------------------------------------- /result/figure_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_13.png -------------------------------------------------------------------------------- /result/figure_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_14.png -------------------------------------------------------------------------------- /result/figure_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_15.png -------------------------------------------------------------------------------- /result/figure_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_16.png -------------------------------------------------------------------------------- /result/figure_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_17.png -------------------------------------------------------------------------------- /result/figure_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_18.png -------------------------------------------------------------------------------- /result/figure_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_19.png -------------------------------------------------------------------------------- /result/figure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_2.png -------------------------------------------------------------------------------- /result/figure_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_20.png -------------------------------------------------------------------------------- /result/figure_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_21.png -------------------------------------------------------------------------------- /result/figure_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_22.png -------------------------------------------------------------------------------- /result/figure_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_3.png -------------------------------------------------------------------------------- /result/figure_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_4.png -------------------------------------------------------------------------------- /result/figure_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_5.png -------------------------------------------------------------------------------- /result/figure_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_6.png -------------------------------------------------------------------------------- /result/figure_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_7.png -------------------------------------------------------------------------------- /result/figure_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_8.png -------------------------------------------------------------------------------- /result/figure_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/result/figure_9.png -------------------------------------------------------------------------------- /run.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/run.bat -------------------------------------------------------------------------------- /testList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/testList.txt -------------------------------------------------------------------------------- /train.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/train.prototxt -------------------------------------------------------------------------------- /train_solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guozhongluo/head-pose-estimation-and-face-landmark/HEAD/train_solver.prototxt --------------------------------------------------------------------------------