Computes predictions. We currently do not support class-specific filtering. When non-max suppression is applied, it will be across all boxes, regardless of class.
The image object on which to run object detection
The prediction threshold
The non-max suppresion IoU threshold
Remove the model from memory.
Generated using TypeDoc
Represents a RetinaNet model. Rather than creating directly, it is intended to be created using
load()
.