随笔分类 -  yolov

摘要:yolov5测试 import time start = time.time() import numpy as np import os import six.moves.urllib as urllib import sys import tarfile import socket import 阅读全文
posted @ 2021-01-24 19:36 西北逍遥 阅读(82) 评论(0) 推荐(0)
摘要:libtorch 阅读全文
posted @ 2021-01-19 21:22 西北逍遥 阅读(272) 评论(0) 推荐(0)
摘要:draw grid def grid(size=1, n=10, width=1): """draw a grid on xz plane""" gl.glLineWidth(width) s = size / float(n) s2 = 0.5 * size batch = pyglet.grap 阅读全文
posted @ 2021-01-15 21:26 西北逍遥 阅读(50) 评论(0) 推荐(0)
摘要:yolov5环境配置 (E:\Anaconda3\install1) L:\> (E:\Anaconda3\install1) L:\> (E:\Anaconda3\install1) L:\>conda create -n wind_202102 python=3.7 Fetching packa 阅读全文
posted @ 2021-01-12 09:51 西北逍遥 阅读(1512) 评论(0) 推荐(0)
摘要:pytorch yolov5 (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master>pip install -r requirements.txt Requirement al 阅读全文
posted @ 2021-01-07 16:00 西北逍遥 阅读(593) 评论(0) 推荐(0)
摘要:error log (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master> (wind 阅读全文
posted @ 2021-01-07 15:48 西北逍遥 阅读(358) 评论(0) 推荐(0)
摘要:import os from utils.eval_utils import evaluate_on_cpu, evaluate_on_gpu, get_preds_gpu, voc_eval, parse_gt_rec from read_xml import readXMLAndReturnBo 阅读全文
posted @ 2020-05-14 23:42 西北逍遥 阅读(385) 评论(0) 推荐(0)
摘要:""" Mask R-CNN Common utility functions and classes. Copyright (c) 2017 Matterport, Inc. Licensed under the MIT License (see LICENSE for details) Writ 阅读全文
posted @ 2020-05-10 19:08 西北逍遥 阅读(262) 评论(0) 推荐(0)
摘要:Light head rcnn https://github.com/Stick-To/light-head-rcnn-tensorflowmask_rcnn https://github.com/tensorflow/modelsfaster_rcnn https://github.com/ten 阅读全文
posted @ 2020-05-03 15:27 西北逍遥 阅读(325) 评论(0) 推荐(0)