11 Star 70 Fork 26

Gitee 极速下载/mmdetection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.circleci
.dev_scripts
.github
configs
_base_
albu_example
atss
autoassign
boxinst
bytetrack
carafe
cascade_rcnn
cascade_rpn
centernet
centripetalnet
cityscapes
common
condinst
conditional_detr
convnext
cornernet
crowddet
dab_detr
dcn
dcnv2
ddod
ddq
deepfashion
deepsort
deformable_detr
detectors
detr
dino
double_heads
dsdl
dyhead
dynamic_rcnn
efficientnet
empirical_attention
fast_rcnn
faster_rcnn
fcos
foveabox
fpg
free_anchor
fsaf
gcnet
gfl
ghm
glip
gn+ws
gn
grid_rcnn
groie
grounding_dino
guided_anchoring
hrnet
htc
instaboost
lad
ld
legacy_1.x
libra_rcnn
lvis
mask2former
mask2former_vis
mask_rcnn
maskformer
masktrack_rcnn
misc
mm_grounding_dino
ms_rcnn
nas_fcos
nas_fpn
objects365
ocsort
openimages
paa
pafpn
panoptic_fpn
pascal_voc
pisa
point_rend
pvt
qdtrack
queryinst
regnet
reid
reppoints
res2net
resnest
resnet_strikes_back
retinanet
rpn
rtmdet
sabl
scnet
scratch
seesaw_loss
selfsup_pretrain
simple_copy_paste
soft_teacher
solo
solov2
sort
sparse_rcnn
ssd
strong_baselines
strongsort
swin
timm_example
tood
tridentnet
v3det
vfnet
wider_face
yolact
yolo
yolof
README.md
metafile.yml
yolof_r50-c5_8xb8-1x_coco.py
yolof_r50-c5_8xb8-iter-1x_coco.py
yolox
demo
docker
docs
mmdet
projects
requirements
resources
tests
tools
.gitignore
.owners.yml
.pre-commit-config-zh-cn.yaml
.pre-commit-config.yaml
.readthedocs.yml
CITATION.cff
LICENSE
MANIFEST.in
README.md
README_zh-CN.md
dataset-index.yml
model-index.yml
pytest.ini
requirements.txt
setup.cfg
setup.py
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/open-mmlab/mmdetection
克隆/下载
贡献代码
同步代码
Loading...
README

YOLOF

You Only Look One-level Feature

Abstract

This paper revisits feature pyramids networks (FPN) for one-stage detectors and points out that the success of FPN is due to its divide-and-conquer solution to the optimization problem in object detection rather than multi-scale feature fusion. From the perspective of optimization, we introduce an alternative way to address the problem instead of adopting the complex feature pyramids - {\em utilizing only one-level feature for detection}. Based on the simple and efficient solution, we present You Only Look One-level Feature (YOLOF). In our method, two key components, Dilated Encoder and Uniform Matching, are proposed and bring considerable improvements. Extensive experiments on the COCO benchmark prove the effectiveness of the proposed model. Our YOLOF achieves comparable results with its feature pyramids counterpart RetinaNet while being 2.5× faster. Without transformer layers, YOLOF can match the performance of DETR in a single-level feature manner with 7× less training epochs. With an image size of 608×608, YOLOF achieves 44.3 mAP running at 60 fps on 2080Ti, which is 13% faster than YOLOv4.

Results and Models

Backbone Style Epoch Lr schd Mem (GB) box AP Config Download
R-50-C5 caffe Y 1x 8.3 37.5 config model | log

Note:

  1. We find that the performance is unstable and may fluctuate by about 0.3 mAP. mAP 37.4 ~ 37.7 is acceptable in YOLOF_R_50_C5_1x. Such fluctuation can also be found in the original implementation.
  2. In addition to instability issues, sometimes there are large loss fluctuations and NAN, so there may still be problems with this project, which will be improved subsequently.

Citation

@inproceedings{chen2021you,
  title={You Only Look One-level Feature},
  author={Chen, Qiang and Wang, Yingming and Yang, Tong and Zhang, Xiangyu and Cheng, Jian and Sun, Jian},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
  year={2021}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/mmdetection.git
git@gitee.com:mirrors/mmdetection.git
mirrors
mmdetection
mmdetection
main

搜索帮助