ssds.ssds.
SSDDetector
The class used for ssds model inference
cfg_file (str) – The path to the config file
is_print (bool) – Whether to print the model arch and the anchor strategy
__call__
Applied the SSD model to do the inference for the given images
imgs (np.ndarray) – The images used for inference, with shape [H,W,3], [3,H,W] [N,H,W,3] or [N,3,H,W]