coco-viewer icon indicating copy to clipboard operation
coco-viewer copied to clipboard

n_objects=80 is hardcoded in method get_categories.

Open JagdishKolhe opened this issue 1 year ago • 0 comments

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.

JagdishKolhe avatar Sep 16 '23 17:09 JagdishKolhe