.gitignore
LICENSE
MANIFEST.in
README.md
changelog.txt
setup.py
.idea/codeStyles/codeStyleConfig.xml
cryolo/CoordsIO.py
cryolo/ExtendedModelCheckpoint.py
cryolo/MultiGPUModelCheckpoint.py
cryolo/SGDRSchedular.py
cryolo/__init__.py
cryolo/backend.py
cryolo/config.json
cryolo/config_tools.py
cryolo/cryolo_main.py
cryolo/eval.py
cryolo/filament_tracer.py
cryolo/frontend.py
cryolo/grouping3d.py
cryolo/imagereader.py
cryolo/lowpass.py
cryolo/patchwisebatchgenerator2.py
cryolo/predict.py
cryolo/preprocessing.py
cryolo/test_gooey.py
cryolo/train.py
cryolo/utils.py
cryolo/vis_box_3d.py
cryolo/warmup_callback.py
cryolo.egg-info/PKG-INFO
cryolo.egg-info/SOURCES.txt
cryolo.egg-info/dependency_links.txt
cryolo.egg-info/entry_points.txt
cryolo.egg-info/requires.txt
cryolo.egg-info/top_level.txt
cryolo/../icons/config_icon.png
cryolo/../icons/program_icon.ico
cryolo/../icons/program_icon.png
cryolo/augmentation/AddConstantAugmentation.py
cryolo/augmentation/AdditiveGaussianNoiseAugmentation.py
cryolo/augmentation/AugmentationMethod.py
cryolo/augmentation/AverageBlurAugmentation.py
cryolo/augmentation/ContrastNormalizationAugmentation.py
cryolo/augmentation/CustomRotationAugmentation.py
cryolo/augmentation/DropoutAugmentation.py
cryolo/augmentation/FlipAugmentation.py
cryolo/augmentation/GaussBlurAugmentation.py
cryolo/augmentation/MultiplyAugmentation.py
cryolo/augmentation/Rot90Augmentation.py
cryolo/augmentation/__init__.py
cryolo/augmentation/augmentation.py
cryolo/evaluation/__init__.py
cryolo/evaluation/boxdataprovider.py
cryolo/evaluation/metric.py
cryolo/evaluation/pathsboxdataprovider.py
cryolo/evaluation/pathsfilamentprovider.py
cryolo/evaluation/recallprecisionmetric3d.py
cryolo/evaluation/resultsview.py
cryolo/evaluation/tomoevaluation.py
icons/config_icon.png
icons/program_icon.ico
icons/program_icon.png
tests/__init__.py
tests/test_CoordsIO.py
tests/test_augmentation.py
tests/test_eval.py
tests/test_filament_tracer.py
tests/test_frontend.py
tests/test_grouping3d.py
tests/test_lowpass.py
tests/test_predict.py
tests/test_preprocessing.py
tests/test_utils.py