Open vighneshbirodkar opened 4 years ago
Comment out line 120 in panoptic2detection_coco_format.py and it runs fine. They are poping the key 'color' from the dictionary of each category, but the key 'color' is actually not present in the annotations.
I tried the same operation with yours.
The coco detection annotaion json file does not have color
in categories
, but the coco detection examples json file in this panoptic folder does.
Hello
I am trying to run the script
panoptic2detection_coco_format.py
My full command is
However, after a few seconds of processing the script errors out with
I was wondering is this was a bug or a mistake in how I am invoking the converter. Any help would be appreciated.
Thanks Vighnesh