mtcnn-master

所属分类:其他
开发工具:Python
文件大小:2160KB
下载次数:3
上传日期:2018-10-24 16:02:03
上 传 者misology
说明:  mtcnn的实现代码,包括测试和训练源代码
(Mtcnn implementation code, including testing and training source code)

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

# 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 ```

近期下载者

相关文件


收藏者