computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

Find better way to add negative images

Open PatrickBue opened this issue 6 years ago • 0 comments

Currently a negative image is added by creating a tiny pseudo bbox with id 0 if the image does not have any objects-of-interest in it. Otherwise torchvision's training script throws an error. Would be good to find a better way.

PatrickBue avatar Oct 15 '19 20:10 PatrickBue