TNTWEN / OpenVINO-YOLOV4

This is implementation of YOLOv4,YOLOv4-relu,YOLOv4-tiny,YOLOv4-tiny-3l,Scaled-YOLOv4 and INT8 Quantization in OpenVINO2021.3
MIT License
238 stars 66 forks source link

coco annotations contain 93 category ids mapping to 90 category names #58

Open manisoftwartist opened 2 years ago

manisoftwartist commented 2 years ago

In OpenVINO-YOLOV4/INT8/coco128/annotations/output.json, we have 93 category ids mapping to 90 unique category names. Is this correct? Because coco contains only 80 classes. These are the labels you have in output.json which are not in classes.txt

{'tennis', 'parking', 'racket', 'glove', 'fire', 'traffic', 'wine', 'cell', 'sign', 'bat', 'glass', 'sports', 'meter', 'stop', 'baseball', 'hot'}