README.md
pyproject.toml
setup.py
custom_bgr/__init__.py
custom_bgr.egg-info/PKG-INFO
custom_bgr.egg-info/SOURCES.txt
custom_bgr.egg-info/dependency_links.txt
custom_bgr.egg-info/not-zip-safe
custom_bgr.egg-info/requires.txt
custom_bgr.egg-info/top_level.txt
custom_bgr/project/__init__.py
custom_bgr/project/app.py
custom_bgr/project/ml_pipeline/__init__.py
custom_bgr/project/ml_pipeline/architecture/__init__.py
custom_bgr/project/ml_pipeline/architecture/u2net_custom_arch.py
custom_bgr/project/ml_pipeline/architecture/u2net_pretrained_arch.py
custom_bgr/project/ml_pipeline/interface_creation/__init__.py
custom_bgr/project/ml_pipeline/interface_creation/interface.py
custom_bgr/project/ml_pipeline/interface_creation/interface_main.py
custom_bgr/project/ml_pipeline/models/__init__.py
custom_bgr/project/ml_pipeline/models/file_location.py
custom_bgr/project/ml_pipeline/wrapper/__init__.py
custom_bgr/project/ml_pipeline/wrapper/u2net_custom.py
custom_bgr/project/ml_pipeline/wrapper/u2net_pretrained.py
tests/test_custom.py
tests/test_pretrained.py