334 Star 1.5K Fork 863

MindSpore / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
object_detection_lite.md 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
宦晓玲 提交于 2023-07-21 15:07 . modify the md links in 1.1

Object Detection Model Support (Lite)

View Source On Gitee

Object dectectin introduction

Object detection can identify the object in the image and its position in the image. For the following figure, the output of the object detection model is shown in the following table. The rectangular box is used to identify the position of the object in the graph and the probability of the object category is marked. The four numbers in the coordinates are Xmin, Ymin, Xmax, Ymax; the probability represents the probility of the detected object.

object_detectiontion

Category Probability Coordinate
mouse 0.78 [10, 25, 35, 43]

Using MindSpore Lite to implement object detection example.

Object detection model list

The following table shows the data of some object detection models using MindSpore Lite inference.

The performance of the table below is tested on the mate30.

Model name Size(Mb) mAP(IoU=0.50:0.95) CPU 4 thread delay (ms)
MobileNetv2-SSD 16.7 0.22 25.4
GhostNet-SSD 25.7 0.24 24.1
1
https://gitee.com/mindspore/docs.git
git@gitee.com:mindspore/docs.git
mindspore
docs
docs
r1.1

搜索帮助