sc2bench.models.detection.registry

Functions

get_detection_model(cls_or_func_name, **kwargs)

Gets an object detection model.

load_detection_model(model_config, device[, ...])

Loads an object detection model.

register_detection_model_class(cls)

Registers an object detection model class.

register_detection_model_func(func)

Registers a function to build an object detection model.