sc2bench.models.segmentation.base

Functions

check_if_updatable_segmentation_model(model)

Checks if the given semantic segmentation model is updatable.

Classes

BaseSegmentationModel(backbone, classifier)

UpdatableSegmentationModel([analyzer_configs])

An abstract class for updatable semantic segmentation model.