CVHub520 / X-AnyLabeling

Effortless data labeling with AI support from Segment Anything and other awesome models.
GNU General Public License v3.0
3.79k stars 438 forks source link

Fix coco label name bug and loading bmp image file bug #474

Closed UnlimitedWand closed 3 months ago

UnlimitedWand commented 3 months ago
  1. When the id of categories in the coco annotation file starts from 0, using self.classes will cause errors in obtaining the label name, so it is changed to use label_info.
  2. 'BmpImageFile' object has no attribute '_getexif'
CVHub520 commented 3 months ago

Thanks!