LICENSE
README.md
pyproject.toml
src/ftw/__init__.py
src/ftw/datamodules.py
src/ftw/datasets.py
src/ftw/metrics.py
src/ftw/trainers.py
src/ftw/utils.py
src/ftw/models/__init__.py
src/ftw/models/delineate_anything.py
src/ftw_cli/__init__.py
src/ftw_cli/cfg.py
src/ftw_cli/cli.py
src/ftw_cli/download_ftw.py
src/ftw_cli/download_img.py
src/ftw_cli/inference.py
src/ftw_cli/model.py
src/ftw_cli/polygonize.py
src/ftw_cli/types.py
src/ftw_cli/unpack.py
src/ftw_tools.egg-info/PKG-INFO
src/ftw_tools.egg-info/SOURCES.txt
src/ftw_tools.egg-info/dependency_links.txt
src/ftw_tools.egg-info/entry_points.txt
src/ftw_tools.egg-info/requires.txt
src/ftw_tools.egg-info/top_level.txt
src/tests/test_data.py
src/tests/test_help.py
src/tests/test_inference.py
src/tests/test_model.py
src/tests/test_models.py
src/tests/test_utils.py