MANIFEST.in
README.md
setup.py
version.txt
orthoseg/__init__.py
orthoseg/load_images.py
orthoseg/orthoseg.py
orthoseg/postprocess.py
orthoseg/predict.py
orthoseg/project_defaults.ini
orthoseg/train.py
orthoseg.egg-info/PKG-INFO
orthoseg.egg-info/SOURCES.txt
orthoseg.egg-info/dependency_links.txt
orthoseg.egg-info/entry_points.txt
orthoseg.egg-info/requires.txt
orthoseg.egg-info/top_level.txt
orthoseg/helpers/__init__.py
orthoseg/helpers/config_helper.py
orthoseg/helpers/log_helper.py
orthoseg/lib/__init__.py
orthoseg/lib/postprocess_predictions.py
orthoseg/lib/predicter.py
orthoseg/lib/prepare_traindatasets.py
orthoseg/lib/trainer.py
orthoseg/model/__init__.py
orthoseg/model/model_factory.py
orthoseg/model/model_helper.py
orthoseg/model/model_unet_standard.py
orthoseg/model/model_unet_ternaus.py
orthoseg/util/__init__.py
orthoseg/util/git_downloader.py
orthoseg/util/ows_util.py
orthoseg/util/vector_util.py