santit96's picture
Create the streamlit app that classifies the trash in an image into classes
fa84113
raw
history blame
247 Bytes
from .config_utils import set_config_readonly, set_config_writeable
from .fpn_config import get_fpn_config
from .model_config import get_efficientdet_config, default_detection_model_configs
from .train_config import default_detection_train_config