hbilen / WSDDN

Weakly Supervised Deep Detection Networks (CVPR 2016)
148 stars 53 forks source link

fix fixBBoxes() bug #3

Closed ZiangYan closed 7 years ago

ZiangYan commented 7 years ago

This PR fixes a little bug in scripts/cnn_wsddn_train.m and scripts/cnn_wsddn_test.m.

Function fixBBoxes() removes small bounding box proposals, but it doesn't remove corresponding boxScores from EdgeBox. This may lead to mismatch between boxes and their score.

hbilen commented 7 years ago

Yes indeed it is a bug. Thanks!