LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
segdan/__init__.py
segdan.egg-info/PKG-INFO
segdan.egg-info/SOURCES.txt
segdan.egg-info/dependency_links.txt
segdan.egg-info/requires.txt
segdan.egg-info/top_level.txt
segdan/analysis/__init__.py
segdan/analysis/analysis.py
segdan/clustering/__init__.py
segdan/clustering/clustering.py
segdan/clustering/clusteringfactory.py
segdan/clustering/clusteringmodel.py
segdan/clustering/embeddingfactory.py
segdan/converters/__init__.py
segdan/converters/binary_to_multilabel.py
segdan/converters/color_to_multilabel.py
segdan/converters/converter.py
segdan/converters/converterfactory.py
segdan/converters/json_to_multilabel.py
segdan/converters/multilabel_to_instance_seg.py
segdan/converters/multilabel_to_yolo.py
segdan/converters/yolo_to_multilabel.py
segdan/datasets/__init__.py
segdan/datasets/augments.py
segdan/datasets/hfdataset.py
segdan/datasets/smpdataset.py
segdan/datasets/stratified_segementation.py
segdan/datasets/traindataset.py
segdan/exceptions/__init__.py
segdan/exceptions/exceptions.py
segdan/extensions/__init__.py
segdan/extensions/extensions.py
segdan/forms/__init__.py
segdan/forms/analysisconfigframe.py
segdan/forms/clusteringconfigframe.py
segdan/forms/clusteringframe.py
segdan/forms/clusteringmodelform.py
segdan/forms/colorconfigform.py
segdan/forms/configfileloaderframe.py
segdan/forms/datasetsplitframe.py
segdan/forms/formutils.py
segdan/forms/generalconfigframe.py
segdan/forms/introductionframe.py
segdan/forms/modelframe.py
segdan/forms/reductionconfigframe.py
segdan/forms/reductionframe.py
segdan/forms/wizard.py
segdan/metrics/__init__.py
segdan/metrics/clusteringmetrics.py
segdan/metrics/compute_metrics.py
segdan/metrics/custom_metric.py
segdan/metrics/segmentationmetrics.py
segdan/models/__init__.py
segdan/models/depthestimator.py
segdan/models/hfstransformermodel.py
segdan/models/semanticmodelfactory.py
segdan/models/semanticsegmentationmodel.py
segdan/models/smpmodel.py
segdan/reduction/__init__.py
segdan/reduction/reduction.py
segdan/stratification/__init__.py
segdan/stratification/stratification_fn.py
segdan/trainers/__init__.py
segdan/trainers/hfsegmentationtrainer.py
segdan/training/__init__.py
segdan/training/partition.py
segdan/training/training.py
segdan/utils/__init__.py
segdan/utils/confighandler.py
segdan/utils/constants.py
segdan/utils/imagelabelutils.py
segdan/utils/utils.py
tests/test_conversions.py
tests/test_depth.py
tests/test_forms.py
tests/test_full.py
tests/test_grid.py
tests/test_hf.py
tests/test_segdan.py
tests/test_vis.py
tests/test_yolo_conversion.py
tests/tests.py