MTCNN icon indicating copy to clipboard operation
MTCNN copied to clipboard

How to use v2? Just changing model_v1 to model_v2 gives me segmentation fault.

Open yxchng opened this issue 8 years ago • 2 comments

yxchng avatar May 16 '17 06:05 yxchng

How to use v2? ,when used v2 is wrong, Segmentation fault (core dumped)

jiagh2010 avatar Oct 30 '17 08:10 jiagh2010

@jiagh2010 v2 have a Bug
cv::Rect inner_rect(cuted_rect.x - rect.x, cuted_rect.y - rect.y, cuted_rect.width, cuted_rect.height);

wyd1520 avatar Dec 03 '17 12:12 wyd1520