YOLOv3 is a neural network used to detect objects. The input is a picture with one or more objects and the output is a vector of the result struct which is composed of the detected information. The following image shows the result of YOLOv3 detection.
Figure 1. YOLOv3 Detection Example
The following table lists the YOLOv3 detection models supported by the Vitis AI library.
No | Model Name | Framework |
---|---|---|
1 | yolov3_voc_tf | TensorFlow |
2 | yolov3_adas_pruned_0_9 | Caffe |
3 | yolov3_voc | |
4 | yolov3_bdd | |
5 | tiny_yolov3_vmss |