up detr:[CVPR2021口服]上调 源码
UP-DETR :使用变压器进行对象检测的无监督预训练 这是的官方PyTorch实施和模型: @article{dai2020up-detr, author = {Zhigang Dai and Bolun Cai and Yugeng Lin and Junying Chen}, title = {UP-DETR: Unsupervised Pre-training for Object Detection with Transformers}, journal = {arXiv preprint arXiv:2011.09094}, year = {2020}, } 在UP-DETR中,我们将一种名为随机查询补丁检测的新颖借口引入到用于目标检测的预训练转换器中。 UP-DETR继承自DETR,具有相同的ResNet-50主干网,相同的Transformer
文件列表
up-detr-master.zip
(预估有个29文件)
up-detr-master
engine.py
7KB
.github
vis.png
373KB
UP-DETR.png
452KB
models
backbone.py
5KB
detr.py
16KB
__init__.py
3KB
position_encoding.py
4KB
暂无评论