WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.38k stars 4.22k forks source link

what is found, missing, empty, and corrupted mean #1846

Open SuJackie opened 1 year ago

SuJackie commented 1 year ago

Does found mean all class of objects? Does empty mean negative samples? and missing mean?

AbdurrahimBalta commented 1 year ago

Can you ask more clearly?

SuJackie commented 1 year ago

image

I want to ask what these two lines mean

thnak commented 1 year ago

found: it's mean your sample and label are correct. missing: it's mean you have a sample but it doesn't have any label (as a background in YOLOv5). empty: it's mean your sample have a label but it is empty txt file. corrupted: it's mean your label have wrong format of YOLO you can check here