.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
LICENSE.txt
README-ES.md
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/index.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/unetseg/__init__.py
src/unetseg/evaluate.py
src/unetseg/postprocess.py
src/unetseg/predict.py
src/unetseg/skeleton.py
src/unetseg/train.py
src/unetseg/utils.py
src/unetseg.egg-info/PKG-INFO
src/unetseg.egg-info/SOURCES.txt
src/unetseg.egg-info/dependency_links.txt
src/unetseg.egg-info/not-zip-safe
src/unetseg.egg-info/requires.txt
src/unetseg.egg-info/top_level.txt
src/unetseg/console/predict.py
src/unetseg/console/train.py
tests/conftest.py
tests/test_skeleton.py