Open murphypei opened 6 years ago
I think it does no harm to filter out a training image that does not have any label (ground truth boxes).
@ijkguo you mean I should filter those no label image before training? I don't know whether the PASCAL VOC 2007 contains such images?
Pascal voc does not have images with no labels. COCO has and they are filtered.
@ijkguo But I meet this issue when I used pascal voc dataset
OK. When I did experiment with v6 before making a pull request to MXNet, there was no problem. But it is an easy fix anyway, https://github.com/ijkguo/mx-rcnn/commit/e556bb4e0209c2ce55386be8f701115538c3f010.
@ijkguo Thank you, it's my fault, I reduced images size to 300x500 but didn't change the size of anchors, so there is no anchor after filter out anchors outside the region.
Hi all ,
I got a new issue during my training.
It looks like that no overlap gt box found.
@ijkguo