码迷,mamicode.com
首页 >  
搜索关键字:detection    ( 835个结果
[论文理解]Focal Loss for Dense Object Detection(Retina Net)
Focal Loss for Dense Object Detection Intro 这又是一篇与何凯明大神有关的作品,文章主要解决了one stage网络识别率普遍低于two stage网络的问题,其指出其根本原因是样本类别不均衡导致,一针见血,通过改变传统的loss(CE)变为focal lo ...
分类:Web程序   时间:2019-03-26 21:19:53    阅读次数:275
Oracle:查询各组最新的一条记录
oracle中怎么查询各组中最新的一条记录呢?比如说现在有一个表中几条数据如下: 有两种写法:写法一:over partition by 分析函数 SELECT * FROM (select ID_,COMPANY_NAME,USAGE_RATE,DETECTION_RATE,ACCEPTABILI ...
分类:数据库   时间:2019-03-19 15:03:09    阅读次数:380
focal loss for multi-class classification
转自:https://blog.csdn.net/Umi_you/article/details/80982190 <! flowchart 箭头图标 勿删 Focal loss 出自何恺明团队Focal Loss for Dense Object Detection一文,用于解决分类问题中数据类别 ...
分类:其他好文   时间:2019-03-17 15:20:49    阅读次数:384
Focal Loss for Dense Object Detection(RetinaNet)
Focal Loss for Dense Object Detection ICCV2017 RBG和Kaiming大神的新作。 论文目标 我们知道object detection的算法主要可以分为两大类:two stage detector和one stage detector。前者是指 ...
分类:Web程序   时间:2019-03-17 13:44:13    阅读次数:333
Tensorflow object detection API 搭建属于自己的物体识别模型
一、下载Tensorflow object detection API工程源码 网址:https://github.com/tensorflow/models,可通过Git下载,打开Git Bash,输入git clone https://github.com/tensorflow/models.g ...
分类:Windows程序   时间:2019-03-17 10:24:11    阅读次数:591
R-CNN
标题:《Rich feature hierarchies for accurate object detection and semantic segmentation》 时间:2014 出版源:CVPR 2014 主要链接: arXiv:http://arxiv.org/abs/1311.2524 ...
分类:其他好文   时间:2019-03-15 21:52:04    阅读次数:368
VisualSFM使用记录1 unable to load libsiftgpu.so
官网:http://ccwu.me/vsfm/(解决过程蓝色字,问题原因解决方法红色字)SFM computer missing match阶段运行出现错误 查看官方文档提示如下1. "SiftGPU failed the detection test" or "ERROR: siftgpu doe ...
分类:其他好文   时间:2019-03-15 14:49:19    阅读次数:297
Install Tensorflow object detection API in Anaconda (Windows)
This blog is to explain how to install Tensorflow object detection API in Anaconda in Windows 10 as well as how to train train a convolution neural ne ...
分类:Windows程序   时间:2019-03-12 23:56:15    阅读次数:456
有关迁移学习论文
Application of Transfer Learning in Continuous Time Series for Anomaly Detection in Commercial Aircraft Flight Data https://ieeexplore.ieee.org/docume ...
分类:其他好文   时间:2019-03-12 09:13:23    阅读次数:706
OpenCV简单粗糙的指尖检测方法(FingerTips Detection)
.OpenCV简单粗糙的指尖检测方法(FingerTips Detection) ...
分类:其他好文   时间:2019-03-09 13:08:54    阅读次数:386
835条   上一页 1 ... 21 22 23 24 25 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!