rsis
rsis copied to clipboard
pycocotools. mask returns 'counts' as letters and string while converting pascal-voc annotations to coco format
On running pascal_precompute.py, the counts keyword in the annotations is returned as letters and string.
I have applied a fix for that and now it returns contours for each unique instance. It would be great if you let me know if that fix is correct so, that I can make a PR for the same.
Screenshot of the fix applied:
