原文:mmdetection源码解读(二)

一:关于Python修饰符 property和装饰器 decorator 等的解释和用法 二:mmdetection mmdet core fp utils.py from collections import abc import numpy as np import torch def cast tensor type inputs, src type, dst type : if isin ...

2019-10-11 14:52 0 442 推荐指数:

查看详情

mmdetection源码解读(一)

  一、安装测试:(官方github上很详细)   https://github.com/open-mmlab/mmdetection   测试:   from mmdet.apis import init_detector, inference_detector, show_result ...

Fri Oct 11 22:49:00 CST 2019 0 2305
mmdetection 配置文件解读

mmdetection 详细解读:https://blog.csdn.net/syysyf99/article/details/96574325 简介faster_rcnn_r50_fpn_1x.py配置文件cascade_rcnn_r50_fpn_1x.py配置文件 一、简介 ...

Wed Jan 15 23:18:00 CST 2020 0 6968
mmdetection源码剖析(1)--NMS

mmdetection源码剖析(1)--NMS 熟悉目标检测的应该都清楚NMS是什么算法,但是如果我们要与C++和cuda结合直接写成Pytorch的操作你们清楚怎么写吗?最近在看mmdetection源码,发现其实原来写C++和cuda的扩展也不难,下面给大家讲一下。 C ++的扩展是允许 ...

Sat Jul 04 09:00:00 CST 2020 0 2192
mmdetection源码阅读笔记

目录 MMDet 核心库 核心组件 Registry 整体流程 核心组件 Runner MMCV/runner 代码实现 Hook MMDet 工作需要简单看了一下源码,主要侧重 ...

Fri Jun 25 04:13:00 CST 2021 0 446
MMDetection源码解析:Faster RCNN(2)--FasterRCNN类

Faster RCNN配置文件faster_rcnn_r50_fpn.py中的 说明了这是一个Faster RCNN模型,对应的是mmdetection/mmdet/models/detectors/faster_rcnn.py文件,主要内容如下: 由代码可知 ...

Tue Mar 30 01:43:00 CST 2021 0 258
 
粤ICP备18138465号  © 2018-2026 CODEPRJ.COM