WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 574 forks source link

image without a label #260

Open imchwan opened 3 years ago

imchwan commented 3 years ago

Hi. First of all, thank you for your great work.

I have a question. If there is an image with no label (only background in an image), is this image being used for training or skipped?

In original darknet, image without a label is used as a negative samples. However, I'm not quite sure about it in this code.

Thank you in advance.

bartproo commented 3 years ago

Im looking for the answer for this also