Package ai.djl.basicmodelzoo.cv.object_detection.ssd
Contains classes for the
Application.CV.OBJECT_DETECTION models in the BasicModelZoo.-
Class Summary Class Description SingleShotDetection SingleShotDetectionis an implementation ofBlockthat implements a Single Shot Detection (SSD) model for object detection.SingleShotDetection.Builder The Builder to construct aSingleShotDetection.SsdBlockFactory ABlockFactoryclass that createsSingleShotDetectionblock.