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. |
| SsdBlockFactory |
A
BlockFactory class that creates SingleShotDetection block. |
Application.CV.OBJECT_DETECTION models in the BasicModelZoo.