ssdMobileLightAPI

fun ssdMobileLightAPI()

This examples demonstrates the light-weight inference API with SSDMobileNetV1ObjectDetectionModel 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.