de3sec's picture
Duplicate from rishi9440/remove-photo-background
1a8c6e6
raw
history blame contribute delete
277 Bytes
from .wrapper import *
#------------------------------------------------------------------------------
# Replaceable Backbones
#------------------------------------------------------------------------------
SUPPORTED_BACKBONES = {
'mobilenetv2': MobileNetV2Backbone,
}