image-api-v2 / src /models /backbones /__init__.py
peterkros's picture
Create backbones/__init__.py
f759370 verified
raw
history blame contribute delete
277 Bytes
from .wrapper import *
#------------------------------------------------------------------------------
# Replaceable Backbones
#------------------------------------------------------------------------------
SUPPORTED_BACKBONES = {
'mobilenetv2': MobileNetV2Backbone,
}