Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tpys/face-everthing
Browse files Browse the repository at this point in the history
# Conflicts:
#	CMakeLists.txt
#	cpp_modules/alignment/cl_alignment.h
#	cpp_modules/alignment/include/es/es_alignment.h
#	cpp_modules/alignment/include/lbf/lbf_alignment.h
#	cpp_modules/alignment/include/utils.h
#	cpp_modules/alignment/src/cln/LandmarkDetectorFunc.cpp
#	cpp_modules/alignment/src/cln/LandmarkDetectorModel.cpp
#	cpp_modules/alignment/src/cln/LandmarkDetectorUtils.cpp
#	cpp_modules/alignment/src/cln/PDM.cpp
#	cpp_modules/alignment/src/es/Fern.cpp
#	cpp_modules/alignment/src/es/FernCascade.cpp
#	cpp_modules/alignment/src/es/ShapeRegressor.cpp
#	cpp_modules/alignment/src/lbf/LBF.cpp
#	cpp_modules/detection/include/mtcnn/mtcnn.h
#	cpp_modules/detection/src/mtcnn/mtcnn.cpp
#	cpp_modules/example/mtcnn_align_dataset.cpp
#	cpp_modules/openpose/core/common.hpp
#	cpp_modules/openpose/core/macros.hpp
#	cpp_modules/openpose/core/maximumCaffe.cpp
#	cpp_modules/openpose/core/maximumCaffe.hpp
#	cpp_modules/openpose/core/netCaffe.cpp
#	cpp_modules/openpose/core/netCaffe.hpp
#	cpp_modules/openpose/core/resizeAndMergeCaffe.cpp
#	cpp_modules/openpose/core/resizeAndMergeCaffe.hpp
#	cpp_modules/openpose/face/faceParameters.hpp
#	cpp_modules/openpose/face/op_face.hpp
#	cpp_modules/recognition/cl_recognizer.h
#	cpp_modules/recognition/include/net_caffe.h
#	cpp_modules/tracking/CMakeLists.txt
#	cpp_modules/tracking/tracker.cpp
#	cpp_modules/tracking/tracker.hpp
  • Loading branch information
tpys committed Oct 19, 2017
1 parent a91184c commit 864b1bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ currently reconstruction is not available, code is not elegant.
## Features
#### mtcnn align casia dataset (cpp implement matlab cp2tform)
mtcnn success algin 453078 of 455594 images, take about 1.11hour, hope someone can increase detection rate and reduce run time.

<p align='center'>
<img src='result/aligned.jpg' title='aligned example'></img>
</p>

<p align='center'>
<img src='result/thumbnail.jpg' title='failed aligned thumbnail'></img>
</p>

Expand Down

0 comments on commit 864b1bb

Please sign in to comment.