gt_converter/convert_coco.py [197:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        coco_json = {
            "type": "instances",
            "images": images,
            "categories": category_ids,
            "annotations": annotations,
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gt_converter/convert_coco.py [329:334]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                coco_json = {
                    "type": "instances",
                    "images": images,
                    "categories": category_ids,
                    "annotations": annotations,
                }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



