-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: zero-size array to reduction operation maximum which has no identity #116
Comments
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, e556bb4. |
@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
The text was updated successfully, but these errors were encountered: