pytorch-retinanet icon indicating copy to clipboard operation
pytorch-retinanet copied to clipboard

classification of image with no objects but having class label as 0

Open sramakintel opened this issue 4 years ago • 0 comments

If an image has just background (no objects in entire image,so no need of bounding boxes) with class label 0, will this code give the correct classification as class 0 or should I tweak the loss function?

sramakintel avatar May 26 '20 01:05 sramakintel