Application.CV.OBJECT_DETECTION models in the BasicModelZoo.See: Description
| Class | Description |
|---|---|
| SingleShotDetection |
SingleShotDetection is an implementation of Block that implements a Single Shot
Detection (SSD) model for object detection. |
| SingleShotDetection.Builder |
The Builder to construct a
SingleShotDetection. |
| SsdModelLoader |
Model loader for SingleShotDetection(SSD).
|
Application.CV.OBJECT_DETECTION models in the BasicModelZoo.