Open manisoftwartist opened 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
OpenVINO-YOLOV4/INT8/coco128/annotations/output.json
{'tennis', 'parking', 'racket', 'glove', 'fire', 'traffic', 'wine', 'cell', 'sign', 'bat', 'glass', 'sports', 'meter', 'stop', 'baseball', 'hot'}
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'}