原文: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-2025 CODEPRJ.COM