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