kuangliu / pytorch-retinanet

RetinaNet in PyTorch
992 stars 250 forks source link

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

Open sramakintel opened 4 years ago

sramakintel commented 4 years ago

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?