mtcnn_tf icon indicating copy to clipboard operation
mtcnn_tf copied to clipboard

May be it is a mistake in file gen_hard_bbox_pnet.py

Open zkk0911 opened this issue 6 years ago • 0 comments

2. NEG: random to crop sample image in bbox inside

In the line 84, iou should be Iou

      83:      Iou = IoU(crop_box, boxes)
      84:      if np.max(iou) >= 0.3:
                          continue

zkk0911 avatar Apr 27 '18 07:04 zkk0911