Explorig Plai Visio Trasformer Backboes for Object Detectio文章复现,采用COCO数据集训练。 本模型适用范围较广,能对图片中包含的大部分前景物体(COCO 80类)进行定位。 在ModelScope框架上,提供输入图片,即可以通过简单的Pipelie调用使用当前模型。vit-object-detectio模型介绍
期望模型使用方式与适用范围
如何使用
代码范例
from modelscope.pipelies import pipelie
from modelscope.utils.costat import Tasks
object_detect = pipelie(Tasks.image_object_detectio,model='damo/cv_vit_object-detectio_coco')
img_path ='https://modelscope.oss-c-beijig.aliyucs.com/test/images/image_detectio.jpg'
result = object_detect(img_path)
prit(result)
模型局限性以及可能的偏差
训练数据介绍
模型训练流程
预处理
数据评估及结果
Backboe
Pretrai
box mAP
mask mAP
Remark
ViT-Base
ImageNet-1k
51.6
45.9
official
ViT-Base
ImageNet-1k
51.1
45.5
uofficial
ViT-Base
ImageNet-1k
51.4
45.7
modelscope
引用
@article{Li2022ExplorigPV,
title={Explorig Plai Visio Trasformer Backboes for Object Detectio},
author={Yaghao Li ad Hazi Mao ad Ross B. Girshick ad Kaimig He},
joural={ArXiv},
year={2022},
volume={abs/2203.16527}
}
点击空白处退出提示
评论