mtcnn_face

所属分类:模式识别(视觉/语音等)
开发工具:Python
文件大小:2160KB
下载次数:14
上传日期:2018-08-12 13:59:17
上 传 者kk666666
说明:  人脸检测 级联人脸检测算法 ,可以快速实现人脸检测,非常值得借鉴和学习
(Face detection cascade face detection algorithm, can quickly achieve face detection, is worth learning and learning)

文件列表:
LICENSE (1070, 2018-03-04)
_init_paths.py (507, 2018-03-04)
_init_paths.pyc (562, 2018-03-04)
demo.py (17207, 2018-03-04)
imglist.txt (10, 2018-03-04)
model (0, 2018-03-04)
model\det1.caffemodel (28163, 2018-03-04)
model\det1.png (84439, 2018-03-04)
model\det1.prototxt (2353, 2018-03-04)
model\det2.caffemodel (407910, 2018-03-04)
model\det2.png (110028, 2018-03-04)
model\det2.prototxt (3159, 2018-03-04)
model\det3.caffemodel (1558412, 2018-03-04)
model\det3.png (137013, 2018-03-04)
model\det3.prototxt (3931, 2018-03-04)
python_wrapper.py (540, 2018-03-04)
python_wrapper.pyc (1004, 2018-03-04)
run (29, 2018-03-04)
script.m (223, 2018-03-04)
test1.jpg (15534, 2018-03-04)
test2.jpg (18071, 2018-03-04)

# mtcnn It a python version of [mtcnn](https://github.com/kpzhang93/MTCNN_face_detection_alignment), which is a face detection using cnn. ### Requirement 0. ubuntu 1. caffe && pycaffe: [https://github.com/BVLC/caffe](https://github.com/BVLC/caffe), [my csdn](http://blog.csdn.net/duinodu/article/details/52760587) 2. opencv && cv2: [my csdn](http://blog.csdn.net/duinodu/article/details/51804***2) 3. numpy ### Tell mtcnn where pycaffe is Edit mtcnn/_init_paths.py, change **caffe_path** to your own. ### Run ``` git clone https://github.com/DuinoDu/mtcnn && cd mtcnn ./run ```

近期下载者

相关文件


收藏者