main

fun main()
fun main()
fun main()

This examples demonstrates the light-weight inference API with SSDObjectDetectionModel on SSD model:

  • Model is obtained from ONNXModelHub.

  • Model predicts rectangles for the detected objects on a few images located in resources.

  • The detected rectangles related to the objects are drawn on the images used for prediction.