目标检测之YOLOV 3论文阅读笔记

提出时间:2018年,a tech report
网络结构如下
backbone-Feature Extractor
darknet53
在这里插入图片描述
Bounding Box Prediction
在这里插入图片描述

Class Prediction
multilabel classification use independent logistic classifiers

Predictions Across Scales
每一个尺度都有,共三个尺度,每一个尺度3个bounding boxes.
N × N × [3 ∗ (4 + 1 + 80)] for the 4 bounding box offsets, 1 objectness prediction, and 80 class predictions.

聚类中心为:
(10 × 13), (16 × 30), (33 × 23), (30 × 61), (62 × 45), (59 × 119), (116 × 90), (156 × 198), (373 × 326).

一些不work的实验:
Anchor box x, y offset predictions.
Linear x, y predictions instead of logistic
Focal loss.
Dual IOU thresholds and truth assignment.
Faster R-CNN uses two IOU thresholds during training. If a prediction overlaps the ground truth by .7 it is as a positive example, by [.3 − .7] it is ignored, less than .3 for all ground truth objects it is a negative example. We tried a similar strategy but couldn’t get good results.
在这里插入图片描述
results
在这里插入图片描述
AP指标和SSD差不多,AP0.5和RetinaNet相当,AP0.75性能下降,APs(小尺度)好于SSD,中大尺度没有优势,之前的yolo在小尺度上是劣势

YOLOV1-V3
one stage

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值