adursun / wsddn.pytorch

Implementation of Weakly Supervised Deep Detection Networks using the latest version of PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore small boxes

adursun opened this issue · comments

Boxes with edges smaller than 20 pixels is ignored both in training and evaluation.

https://github.com/hbilen/WSDDN/blob/master/core/wsddn_test.m#L236