资源简介
MTCNN的matlab程序,稍加改动,据说比作者的好点
代码片段和文件信息
function [boundingbox] = bbreg(boundingboxreg)
%calibrate bouding boxes
if size(reg2)==1
reg=reshape(reg[size(reg3) size(reg4)])‘;
end
w=[boundingbox(:3)-boundingbox(:1)]+1;
h=[boundingbox(:4)-boundingbox(:2)]+1;
boundingbox(:1:4)=[boundingbox(:1)+reg(:1).*w ...
boundingbox(:2)+reg(:2).*h ...
boundingbox(:3)+reg(:3).*w ...
boundingbox(:4)+reg(:4).*h];
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-10-13 19:25 MTCNN_face_detection_alignment\
文件 125216 2016-04-08 11:05 MTCNN_face_detection_alignment\3.jpg
文件 422 2016-09-28 15:47 MTCNN_face_detection_alignment\bbreg.m
文件 1743 2016-10-13 18:42 MTCNN_face_detection_alignment\demo.m
文件 4251 2016-10-13 18:27 MTCNN_face_detection_alignment\detect_face.m
文件 4007 2016-10-11 18:12 MTCNN_face_detection_alignment\detect_face11.m
文件 851 2016-10-13 09:09 MTCNN_face_detection_alignment\generateBoundingBox.m
文件 5 2016-10-13 19:25 MTCNN_face_detection_alignment\imglist.txt
目录 0 2016-10-13 19:24 MTCNN_face_detection_alignment\model\
文件 28163 2016-09-22 00:22 MTCNN_face_detection_alignment\model\det1.caffemodel
文件 2530 2016-09-22 18:29 MTCNN_face_detection_alignment\model\det1.prototxt
文件 407910 2016-01-28 12:55 MTCNN_face_detection_alignment\model\det2.caffemodel
文件 3386 2016-03-26 20:10 MTCNN_face_detection_alignment\model\det2.prototxt
文件 1558412 2016-01-30 12:22 MTCNN_face_detection_alignment\model\det3.caffemodel
文件 3931 2016-03-26 20:11 MTCNN_face_detection_alignment\model\det3.prototxt
文件 860 2016-10-12 16:46 MTCNN_face_detection_alignment\nms.m
文件 624 2016-10-12 10:01 MTCNN_face_detection_alignment\out2txt.m
文件 723 2016-10-12 16:15 MTCNN_face_detection_alignment\pad.m
文件 344 2016-09-28 16:22 MTCNN_face_detection_alignment\rerec.m
文件 634 2016-10-13 14:01 MTCNN_face_detection_alignment\scoremv.m
评论
共有 条评论