voc2coco
voc2coco copied to clipboard
set segments for coco format; make image and category id independent …
The following changes made:
- compute segments from bounding box.
- make img_id and anno_id independent with voc annotation, the original way may cause some bugs if voc annotation file is not int transformable.
- add supercategory to coco categories.