coco-viewer
coco-viewer copied to clipboard
n_objects=80 is hardcoded in method get_categories.
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.