Clone of COCO API - Dataset @ http://cocodataset.org/ - with changes to support Windows build and python3 在cmd中运行pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI出现错误:failed with error code 128 in None 但在Git Bash中运行$…
import os import time import datetime import mmcv import cv2 as cv import json import numpy as np import pycocotools.mask as maskutil import pycocotools.coco as COCO from itertools import groupby from skimage import measure,draw,data from PIL import…