摘要: 计算mAP """ Mask R-CNN Configurations and data loading code for MS COCO. Copyright (c) 2017 Matterport, Inc. Licensed under the MIT License (see LICENSE 阅读全文
posted @ 2021-04-24 14:04 西北逍遥 阅读(80) 评论(0) 推荐(0) 编辑
摘要: mask_rcnn调用训练好的模型 # -*- coding: utf-8 -*- import os import sys import random import math import numpy as np import skimage.io import matplotlib import 阅读全文
posted @ 2021-04-24 11:09 西北逍遥 阅读(297) 评论(0) 推荐(0) 编辑
摘要: class list class_names = ['bg','worker_helmet','worker_nohelmet','rebar_working','rebar_material', 'steel','concrete_pouring','formwork_working','form 阅读全文
posted @ 2021-04-24 10:50 西北逍遥 阅读(232) 评论(1) 推荐(0) 编辑