garmentiq.segmentation.model_definition
Segmentation model architectures and their offline configurations.
Holds BiRefNet and the Segment Anything family. Configurations, processors, and tokenizers are bundled with the package, so only model weights need downloading and every model can be loaded without network access.
1# This file can be completely empty! 2"""Segmentation model architectures and their offline configurations. 3 4Holds BiRefNet and the Segment Anything family. Configurations, processors, and 5tokenizers are bundled with the package, so only model weights need downloading and 6every model can be loaded without network access. 7""" 8# Its presence alone allows Python to traverse into the /birefnet and /sam folders.