LICENSE.MD
MANIFEST.in
README.md
setup.cfg
setup.py
orthoseg/__init__.py
orthoseg/load_images.py
orthoseg/load_sampleprojects.py
orthoseg/postprocess.py
orthoseg/predict.py
orthoseg/project_defaults.ini
orthoseg/scriptrunner.py
orthoseg/scriptrunner_defaults.ini
orthoseg/train.py
orthoseg/version.txt
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/email_helper.py
orthoseg/helpers/vectorfile_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/util/__init__.py
orthoseg/util/config_util.py
orthoseg/util/general_util.py
orthoseg/util/git_downloader.py
orthoseg/util/log_util.py
orthoseg/util/ows_util.py
orthoseg/util/progress_util.py
orthoseg/util/vector_util.py
tests/__init__.py
tests/test_end2end.py
tests/test_helper.py
tests/test_load_sampleprojects.py
tests/test_model_factory.py
tests/test_ows_util.py
tests/test_postprocess_predictions.py
tests/test_prepare_traindata.py
tests/test_train.py
tests/test_vector_util.py
tests/test_vectorfile_helper.py
tests/test_version.py