trsvchn / coco-viewer

Minimalistic COCO Dataset Viewer in Tkinter
MIT License
185 stars 59 forks source link

n_objects=80 is hardcoded in method get_categories. #70

Open JagdishKolhe opened 1 year ago

JagdishKolhe commented 1 year ago

The function get_categories() can be modified to get n_objects = len(instances['categories'])

So that if someone is using more than 80 classes he can use the tool, without any issues.