.dockerignore
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
INSTALL.rst
LICENSE
MANIFEST.in
Makefile
README.rst
conda-env-geo.yml
conda-env.yml
readthedocs.yml
requirements-dev.txt
requirements-extra.txt
requirements.txt
setup.cfg
setup.py
ci/conda_build_config.yaml
ci/meta.yaml
configs/example-classif-augmentor.json
configs/example-classif-minimalist.json
configs/example-detect-minimalist.json
configs/example-detect-viz.json
configs/example-export-resnet.json
configs/example-segm-albumentations.json
configs/example-segm-annot.json
configs/example-segm-minimalist.json
configs/example-segm-viz.json
configs/example-split-cifar10-viz.json
configs/example-split-cifar10.json
configs/example-sr-srcnn.json
configs/example-sr-vdsr.json
configs/gdl-segm-meta-train.json
configs/gdl-segm-meta-viz.json
configs/testbed15-train.json
configs/testbed15-viz.json
docs/Makefile
docs/requirements.txt
docs/src/.gitignore
docs/src/authors.rst
docs/src/changelog.rst
docs/src/conf.py
docs/src/contributing.rst
docs/src/faq.rst
docs/src/index.rst
docs/src/installation.rst
docs/src/overview.rst
docs/src/use-cases.rst
docs/src/user-guide.rst
docs/src/images/tensorboard_ex.jpg
tests/test_cli.py
tests/test_leaks.py
tests/test_main.py
tests/concepts/test_support.py
tests/data/__init__.py
tests/data/test_loaders.py
tests/data/test_parsers.py
tests/meta/imagenet_classes.json
tests/optim/__init__.py
tests/optim/test_metrics.py
tests/optim/test_schedulers.py
tests/optim/eval/__init__.py
tests/optim/eval/test_eval.py
tests/optim/eval/detections/00001.txt
tests/optim/eval/detections/00002.txt
tests/optim/eval/detections/00003.txt
tests/optim/eval/detections/00004.txt
tests/optim/eval/detections/00005.txt
tests/optim/eval/detections/00006.txt
tests/optim/eval/detections/00007.txt
tests/optim/eval/groundtruths/00001.txt
tests/optim/eval/groundtruths/00002.txt
tests/optim/eval/groundtruths/00003.txt
tests/optim/eval/groundtruths/00004.txt
tests/optim/eval/groundtruths/00005.txt
tests/optim/eval/groundtruths/00006.txt
tests/optim/eval/groundtruths/00007.txt
tests/train/__init__.py
tests/train/test_classif_mnist.py
tests/train/test_consumers.py
tests/transforms/__init__.py
tests/transforms/test_composers.py
tests/transforms/test_operations.py
tests/transforms/test_pipeline.py
tests/utils/test_utils.py
tests/utils/mod/.gitignore
tests/utils/mod/pkg/loader.py
thelper/__init__.py
thelper/__main__.py
thelper/_thelper.c
thelper/cli.py
thelper/concepts.py
thelper/draw.py
thelper/ifaces.py
thelper/typedefs.py
thelper/utils.py
thelper.egg-info/PKG-INFO
thelper.egg-info/SOURCES.txt
thelper.egg-info/dependency_links.txt
thelper.egg-info/entry_points.txt
thelper.egg-info/not-zip-safe
thelper.egg-info/requires.txt
thelper.egg-info/top_level.txt
thelper/data/__init__.py
thelper/data/loaders.py
thelper/data/parsers.py
thelper/data/pascalvoc.py
thelper/data/samplers.py
thelper/data/utils.py
thelper/data/geo/__init__.py
thelper/data/geo/gdl.py
thelper/data/geo/ogc.py
thelper/data/geo/parsers.py
thelper/data/geo/utils.py
thelper/gui/__init__.py
thelper/gui/annotators.py
thelper/gui/utils.py
thelper/nn/__init__.py
thelper/nn/common.py
thelper/nn/coordconv.py
thelper/nn/densenet.py
thelper/nn/fcn.py
thelper/nn/inceptionresnetv2.py
thelper/nn/lenet.py
thelper/nn/mobilenet.py
thelper/nn/resnet.py
thelper/nn/utils.py
thelper/nn/sr/__init__.py
thelper/nn/sr/srcnn.py
thelper/nn/sr/vdsr.py
thelper/optim/__init__.py
thelper/optim/eval.py
thelper/optim/metrics.py
thelper/optim/schedulers.py
thelper/optim/utils.py
thelper/tasks/__init__.py
thelper/tasks/classif.py
thelper/tasks/detect.py
thelper/tasks/regr.py
thelper/tasks/segm.py
thelper/tasks/utils.py
thelper/train/__init__.py
thelper/train/base.py
thelper/train/classif.py
thelper/train/detect.py
thelper/train/regr.py
thelper/train/segm.py
thelper/train/utils.py
thelper/transforms/__init__.py
thelper/transforms/composers.py
thelper/transforms/operations.py
thelper/transforms/utils.py
thelper/transforms/wrappers.py