sc2bench.models.detection.base

Functions

check_if_updatable_detection_model(model)

Checks if the given object detection model is updatable.

Classes

UpdatableBackboneWithFPN(backbone, ...[, ...])

An updatable backbone model with feature pyramid network (FPN).

UpdatableDetectionModel([analyzer_configs])

An abstract class for updatable object detection model.