- saveParameters(DataOutputStream) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection
-
- setBaseNetwork(Block) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the base network for the SSD framework.
- setImageShape(Shape) - Method in class ai.djl.basicmodelzoo.cv.classification.ResNetV1.Builder
-
Sets the shape of the image.
- setNumClasses(int) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the number of classes of objects to be detected.
- setNumFeatures(int) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the number of down sampling blocks to be applied.
- setNumLayers(int) - Method in class ai.djl.basicmodelzoo.cv.classification.ResNetV1.Builder
-
Sets the number of layers in the network.
- setOutSize(long) - Method in class ai.djl.basicmodelzoo.cv.classification.ResNetV1.Builder
-
Sets the size of the output.
- setRatios(List<List<Float>>) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the list of aspect ratios of generated anchor boxes.
- setSizes(List<List<Float>>) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the list of sizes of generated anchor boxes.
- SingleShotDetection - Class in ai.djl.basicmodelzoo.cv.object_detection.ssd
-
SingleShotDetection is an implementation of Block that implements a Single Shot
Detection (SSD) model for object detection.
- SingleShotDetection.Builder - Class in ai.djl.basicmodelzoo.cv.object_detection.ssd
-
- SingleShotDetectionModelLoader - Class in ai.djl.basicmodelzoo.cv.object_detection.ssd
-
Model loader for SingleShotDetection(SSD).
- SingleShotDetectionModelLoader(Repository) - Constructor for class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetectionModelLoader
-
Creates the Model loader from the given repository.
- SSD - Static variable in class ai.djl.basicmodelzoo.BasicModelZoo
-