
mmdetection
夏天的欢
技术不重要、关键是要骚
展开
-
mmdetection测试代码
#coding=utf-8 from mmdet.apis import init_detector from mmdet.apis import inference_detector from mmdet.apis import show_result # 模型配置文件 config_file = './configs/faster_rcnn_r50_fpn_1x.py' # 预训练...原创 2020-01-09 11:31:26 · 1018 阅读 · 1 评论 -
Ubuntu16.04下深度学习目标检测工具箱mmdetection的安装和测试,以及训练自己的训练集
一、环境的安装 本人的系统环境: Ubuntu16.04 CUDA9.0+Cudnn7.4.2 Python3.7.1(mmdetection要求Python版本需要3.4+) Anaconda 3 Pycharm2018 1. 使用conda创建Python虚拟环境 conda create -n mmdetection python=3.7.1 source activ...原创 2019-05-11 21:12:16 · 2568 阅读 · 1 评论