摘要:
计算mAP """ Mask R-CNN Configurations and data loading code for MS COCO. Copyright (c) 2017 Matterport, Inc. Licensed under the MIT License (see LICENSE 阅读全文
摘要:
class list class_names = ['bg','worker_helmet','worker_nohelmet','rebar_working','rebar_material', 'steel','concrete_pouring','formwork_working','form 阅读全文
摘要:
dataset prepare """Mask R-CNNCommon utility functions and classes. Copyright (c) 2017 Matterport, Inc.Licensed under the MIT License (see LICENSE for 阅读全文
摘要:
zzt笔记本环境配置 done # # To activate this environment, use # # $ conda activate wind_2021 # # To deactivate an active environment, use # # $ conda deactiva 阅读全文
摘要:
好久没画了,今天打开练习一下 模型obj数据 # Rhino g object_1 v -35.40777969360352 -17.70254516601563 0 v -35.40777969360352 -8.851271629333496 0 v -35.40777969360352 1.1 阅读全文
摘要:
RuntimeError: CUDA out of memory. Tried to allocate 4.29 GiB (GPU 0; 16.00 GiB total capacity; 504.24 MiB already allocated; 13.20 GiB free; 758.00 Mi 阅读全文
摘要:
E:\Anaconda3\install\envs\wind_202104\lib\site-packages\skimage\transform\_warps.py:830: FutureWarning: Input image dtype is bool. Interpolation is no 阅读全文
摘要:
No module named 'skimage' ModuleNotFoundError: No module named 'skimage' (wind_202104) F:\TensorflowProject\maks_rcnn_2018> (wind_202104) F:\Tensorflo 阅读全文
摘要:
sklearn cluster KMeans class KMeans(TransformerMixin, ClusterMixin, BaseEstimator): """K-Means clustering. Read more in the :ref:`User Guide <k_means> 阅读全文
摘要:
tensorflow cpu 1.8 (base) F:\> (base) F:\> (base) F:\>conda create wind_202104 python=3.7 CondaValueError: The target prefix is the base prefix. Abort 阅读全文
摘要:
6号笔记本环境配置 done # # To activate this environment, use # # $ conda activate wind_202103 # # To deactivate an active environment, use # # $ conda deactiv 阅读全文
摘要:
yolov5测试 import argparse import time from pathlib import Path import cv2 import torch import torch.backends.cudnn as cudnn from numpy import random im 阅读全文