computervision-recipes
computervision-recipes copied to clipboard
Find better way to add negative images
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.