what.models.detection
This module implements several object detection models and provides some utility functions.
what.models.detection.yolo
what.models.detection.ssd
what.models.detection.frcnn
what.models.detection.yolox
1r''' 2This module implements several object detection models and provides some utility functions. 3 4## what.models.detection.yolo 5## what.models.detection.ssd 6## what.models.detection.frcnn 7## what.models.detection.yolox 8''' 9 10from what.models.detection import yolo 11from what.models.detection import ssd 12from what.models.detection import frcnn 13from what.models.detection import yolox