gt_converter/convert_coco.py [186:193]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            images.append(
                {
                    "file_name": annotation["source-ref"],
                    "height": h,
                    "width": w,
                    "id": image_id,
                }
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gt_converter/convert_coco.py [223:230]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            images.append(
                {
                    "file_name": annotation["source-ref"],
                    "height": h,
                    "width": w,
                    "id": image_id,
                }
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



