peiyunh/tiny

未定义函数或变量 'nms_mex'。

Closed this issue · 1 comments

未定义函数或变量 'nms_mex'。

出错 nms (line 43)
pick = nms_mex(double(boxes), double(overlap));

出错 tiny_face_detector (line 172)
ridx = nms(bboxes(:,[1:4 end]), nms_thresh);
I get the error,why?

On windows, you should navigate to the nms path, and type mex nms_mex.cpp by yourself.