Object Detection Model

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