MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
tests/__init__.py
tests/data.py
tests/fixtures.py
tests/test_activations.py
tests/test_apps.py
tests/test_losses.py
tests/test_metrics.py
tests/test_models.py
tests/test_threading.py
tests/test_utils.py
tests/bin/__init__.py
tests/bin/tfrecord_writer_test.py
tests/bin/train_test.py
tests/datasets/__init__.py
tests/datasets/test_dataset.py
tests/datasets/test_shapes.py
tests/datasets/test_tfrecord.py
tests/datasets/test_utils.py
tests/debug/__init__.py
tests/debug/test_export_dataset.py
tests/losses/__init__.py
tests/losses/test_utils.py
tests/processing/__init__.py
tests/processing/dataset_test.py
tests/processing/image_test.py
tests/visualizations/__init__.py
tests/visualizations/mask_test.py
tf_semantic_segmentation/__init__.py
tf_semantic_segmentation/callbacks.py
tf_semantic_segmentation/serving.py
tf_semantic_segmentation/settings.py
tf_semantic_segmentation/threading.py
tf_semantic_segmentation/utils.py
tf_semantic_segmentation/version.py
tf_semantic_segmentation.egg-info/PKG-INFO
tf_semantic_segmentation.egg-info/SOURCES.txt
tf_semantic_segmentation.egg-info/dependency_links.txt
tf_semantic_segmentation.egg-info/entry_points.txt
tf_semantic_segmentation.egg-info/requires.txt
tf_semantic_segmentation.egg-info/top_level.txt
tf_semantic_segmentation/activations/__init__.py
tf_semantic_segmentation/bin/__init__.py
tf_semantic_segmentation/bin/convert_tflite.py
tf_semantic_segmentation/bin/download.py
tf_semantic_segmentation/bin/model_server_config_writer.py
tf_semantic_segmentation/bin/tfrecord_analyser.py
tf_semantic_segmentation/bin/tfrecord_download.py
tf_semantic_segmentation/bin/tfrecord_writer.py
tf_semantic_segmentation/bin/train.py
tf_semantic_segmentation/bin/train_all.py
tf_semantic_segmentation/datasets/__init__.py
tf_semantic_segmentation/datasets/ade20k.py
tf_semantic_segmentation/datasets/bioimage.py
tf_semantic_segmentation/datasets/camvid.py
tf_semantic_segmentation/datasets/cityscapes.py
tf_semantic_segmentation/datasets/cub.py
tf_semantic_segmentation/datasets/cvc_clinicdb.py
tf_semantic_segmentation/datasets/dataset.py
tf_semantic_segmentation/datasets/directory.py
tf_semantic_segmentation/datasets/isic.py
tf_semantic_segmentation/datasets/mapping_challenge.py
tf_semantic_segmentation/datasets/mots_challenge.py
tf_semantic_segmentation/datasets/ms_coco.py
tf_semantic_segmentation/datasets/pascal.py
tf_semantic_segmentation/datasets/shapes.py
tf_semantic_segmentation/datasets/sun.py
tf_semantic_segmentation/datasets/taco.py
tf_semantic_segmentation/datasets/tfrecord.py
tf_semantic_segmentation/datasets/toy.py
tf_semantic_segmentation/datasets/utils.py
tf_semantic_segmentation/debug/__init__.py
tf_semantic_segmentation/debug/dataset_export.py
tf_semantic_segmentation/debug/dataset_vis.py
tf_semantic_segmentation/debug/devices.py
tf_semantic_segmentation/debug/export_saved_model.py
tf_semantic_segmentation/debug/model_parameters.py
tf_semantic_segmentation/debug/preprocessing_vis.py
tf_semantic_segmentation/debug/record_vis.py
tf_semantic_segmentation/debug/tflite_test.py
tf_semantic_segmentation/evaluation/__init__.py
tf_semantic_segmentation/evaluation/compare_models.py
tf_semantic_segmentation/evaluation/eval_loss.py
tf_semantic_segmentation/evaluation/predict.py
tf_semantic_segmentation/evaluation/video.py
tf_semantic_segmentation/evaluation/viewer.py
tf_semantic_segmentation/layers/__init__.py
tf_semantic_segmentation/layers/conv.py
tf_semantic_segmentation/layers/minibatchstddev.py
tf_semantic_segmentation/layers/pixel_norm.py
tf_semantic_segmentation/layers/subpixel.py
tf_semantic_segmentation/layers/utils.py
tf_semantic_segmentation/losses/__init__.py
tf_semantic_segmentation/losses/ce.py
tf_semantic_segmentation/losses/combined.py
tf_semantic_segmentation/losses/dice.py
tf_semantic_segmentation/losses/focal.py
tf_semantic_segmentation/losses/lovasz.py
tf_semantic_segmentation/losses/ssim.py
tf_semantic_segmentation/losses/utils.py
tf_semantic_segmentation/metrics/__init__.py
tf_semantic_segmentation/metrics/f_scores.py
tf_semantic_segmentation/metrics/iou_score.py
tf_semantic_segmentation/metrics/kmetrics.py
tf_semantic_segmentation/metrics/precision.py
tf_semantic_segmentation/metrics/psnr.py
tf_semantic_segmentation/metrics/recall.py
tf_semantic_segmentation/metrics/ssim.py
tf_semantic_segmentation/models/__init__.py
tf_semantic_segmentation/models/attention_unet.py
tf_semantic_segmentation/models/deeplabv3.py
tf_semantic_segmentation/models/deeplabv3plus.py
tf_semantic_segmentation/models/erfnet.py
tf_semantic_segmentation/models/fcn.py
tf_semantic_segmentation/models/imagenet_unet.py
tf_semantic_segmentation/models/multires_unet.py
tf_semantic_segmentation/models/nested_unet.py
tf_semantic_segmentation/models/psp.py
tf_semantic_segmentation/models/satellite_unet.py
tf_semantic_segmentation/models/u2net.py
tf_semantic_segmentation/models/unet.py
tf_semantic_segmentation/models/apps/__init__.py
tf_semantic_segmentation/models/apps/inception.py
tf_semantic_segmentation/models/apps/mobilenet.py
tf_semantic_segmentation/models/apps/resnet50.py
tf_semantic_segmentation/models/apps/utils.py
tf_semantic_segmentation/optimizers/__init__.py
tf_semantic_segmentation/processing/__init__.py
tf_semantic_segmentation/processing/dataset.py
tf_semantic_segmentation/processing/image.py
tf_semantic_segmentation/visualizations/__init__.py
tf_semantic_segmentation/visualizations/masks.py
tf_semantic_segmentation/visualizations/show.py