原文:SSD(Single Shot MultiBox Detector)

论文连接 arxiv:http: arxiv.org abs . paper:http: www.cs.unc.edu wliu papers ssd.pdf slides:http: www.cs.unc.edu Ewliu papers ssd eccv slide.pdf github:https: github.com weiliu caffe tree ssd github Keras ...

2017-10-16 21:01 0 1824 推荐指数:

查看详情

目标检测SSD: Single Shot MultiBox Detector

目录 一、前言 1.1 什么是目标检测 1.2 Single-shot V.S. R-CNN家族 1.3 SDD的优点 二、SSD的设计理念 2.1 采用多尺度特征图用于检测 2.2 采用卷积进行 ...

Tue May 26 07:04:00 CST 2020 0 741
论文-SSD-Single Shot MultiBox Detector

SSD: Single Shot MultiBox Detector SSD 的贡献是: 1, 比state-of-the-art single shot detector YOLO取得了更快和更准确的表现。 2, SSD的核心是使用 ...

Wed Mar 22 05:47:00 CST 2017 0 2560
SSDsingle shot multibox detector)算法及Caffe代码详解[转]

转自:AI之路 这篇博客主要介绍SSD算法,该算法是最近一年比较优秀的object detection算法,主要特点在于采用了特征融合。 论文:SSD single shot multibox detector论文链接:https://arxiv.org/abs/1512.02325 算法 ...

Sat Sep 23 01:31:00 CST 2017 2 5628
论文笔记 SSD: Single Shot MultiBox Detector

转载自:https://zhuanlan.zhihu.com/p/33544892 前言 目标检测近年来已经取得了很重要的进展,主流的算法主要分为两个类型(参考RefineDet):(1)two- ...

Wed Jul 25 02:00:00 CST 2018 0 1189
SSD: Single Shot MultiBox Detector 编译方法总结

SSD是一个基于单网络的目标检测框架,它是基于caffe实现的,所以下面的教程是基于已经编译好的caffe进行编译的。 caffe的编译可以参考官网 caffe Installation Installation 1.Get the code. 2.Build ...

Wed Jul 26 06:29:00 CST 2017 0 3148
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM