This library is in common use to SSD neuron network. SSD is a neural network which is used to detect objects. Input is a picture with some objects you’d like to detect. Output is a vector of the result structure containing each box’s information. The following image shows the result of SSD detection.
Figure 1. SSD Detection Example
The following table shows the SSD detection model supported by the AI Library.
No | Model Name | Framework |
---|---|---|
1 | ssd_mobilenet_v1_coco_tf | Tensorflow |
2 | ssd_mobilenet_v2_coco_tf | |
3 | ssd_resnet_50_fpn_coco_tf | |
4 | mlperf_ssd_resnet34_tf | |
5 | ssd_pedestrain_pruned_0_97 | Caffe |
6 | ssd_traffic_pruned_0_9 | |
7 | ssd_adas_pruned_0_95 | |
8 | ssd_mobilenet_v2 |