.bumpversion.cfg
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
DOCUMENTATION.rst
INSTALL.rst
LICENSE
MANIFEST.in
Makefile
README.rst
conda-env.yml
readthedocs.yml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
thelper_usage.txt
tox.ini
ci/bootstrap.py
ci/conda_upload.sh
ci/meta.yaml
ci/templates/.travis.yml
configs/example-classif-minimalist.json
configs/example-classif.json
configs/example-segm-annot.json
configs/example-segm-minimalist.json
configs/example-segm-viz.json
configs/example-segm.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/documentation.rst
docs/src/index.rst
docs/src/installation.rst
docs/src/readme.rst
docs/src/usage.rst
tests/test_main.py
tests/test_utils.py
tests/optim/__init__.py
tests/optim/test_metrics.py
tests/optim/test_schedulers.py
tests/transforms/test_composers.py
tests/transforms/test_pipeline.py
thelper/__init__.py
thelper/__main__.py
thelper/_thelper.c
thelper/cli.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/gui/__init__.py
thelper/gui/annotators.py
thelper/gui/utils.py
thelper/nn/__init__.py
thelper/nn/coordconv.py
thelper/nn/densenet.py
thelper/nn/fcn.py
thelper/nn/inceptionresnetv2.py
thelper/nn/mobilenet.py
thelper/nn/resnet.py
thelper/nn/utils.py
thelper/optim/__init__.py
thelper/optim/metrics.py
thelper/optim/schedulers.py
thelper/optim/utils.py
thelper/tasks/__init__.py
thelper/tasks/classif.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/regr.py
thelper/train/segm.py
thelper/train/utils.py
thelper/transforms/__init__.py
thelper/transforms/operations.py
thelper/transforms/utils.py
thelper/transforms/wrappers.py