tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.75k stars 470 forks source link

update visualize.py #61

Closed oracle4444 closed 1 year ago

oracle4444 commented 1 year ago

Numbering in cls_ids starts from 1, and in class_names from 0

cwhgn commented 1 year ago

Thanks for the merge. The category indexes in the new version has been aligned, all of which start from 0.