__author__ = 'tsungyi' import numpy as np import datetime import time from collections import defaultdict from . import mask as maskUtils import copy import logging class COCOeval: # Interface for evaluating detection on the Microsoft COCO dataset. #…
1.# Path to Shapes trained weightsSHAPES_MODEL_PATH = os.path.join(ROOT_DIR, "mask_rcnn_shapes.h5") https://blog.csdn.net/u011574296/article/details/79903232 -- 训练自己的数据集# Save weights,Typically not needed because callbacks save after every ep…