LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
clodsa/__init__.py
clodsa/augment.py
clodsa/command_line.py
clodsa/examples.py
clodsa/generate_sample.py
clodsa/keras_example.py
clodsa/mosaic.py
clodsa.egg-info/PKG-INFO
clodsa.egg-info/SOURCES.txt
clodsa.egg-info/dependency_links.txt
clodsa.egg-info/entry_points.txt
clodsa.egg-info/requires.txt
clodsa.egg-info/top_level.txt
clodsa/augmentors/__init__.py
clodsa/augmentors/augmentorFactory.py
clodsa/augmentors/augmentorsList.py
clodsa/augmentors/cocoLinearDetectionAugmentor.py
clodsa/augmentors/cocoLinearInstanceSegmentationAugmentor.py
clodsa/augmentors/cocoSequentialInstanceSegmentationAugmentor.py
clodsa/augmentors/folderKerasLinearClassificationAugmentor.py
clodsa/augmentors/folderKerasSemanticSegmentationAugmentor.py
clodsa/augmentors/folderLinearClassificationAugmentor.py
clodsa/augmentors/folderLinearSemanticSegmentationAugmentor.py
clodsa/augmentors/folderStackLinearSemanticSegmentationAugmentor.py
clodsa/augmentors/folderVideoLinearClassificationAugmentor.py
clodsa/augmentors/hdf5LinearClassificationAugmentor.py
clodsa/augmentors/hdf5LinearLocalizationAugmentor.py
clodsa/augmentors/hdf5LinearSegmentationAugmentor.py
clodsa/augmentors/hdf5PowerClassificationAugmentor.py
clodsa/augmentors/hdf5PowerSegmentationAugmentor.py
clodsa/augmentors/iaugmentor.py
clodsa/augmentors/jsonLinearInstanceSegmentationAugmentor.py
clodsa/augmentors/pascalVOCLinearDetectionAugmentor.py
clodsa/augmentors/pascalVOCLinearLocalizationAugmentor.py
clodsa/augmentors/yoloLinearDetectionAugmentor.py
clodsa/augmentors/youtubeVideoLinearDetectionAugmentor.py
clodsa/augmentors/utils/__init__.py
clodsa/augmentors/utils/aspectawarepreprocessor.py
clodsa/augmentors/utils/hdf5datasetwriter.py
clodsa/augmentors/utils/readCOCOJSON.py
clodsa/augmentors/utils/utils.py
clodsa/techniques/__init__.py
clodsa/techniques/averageBlurringAugmentationTechnique.py
clodsa/techniques/bilateralBlurringAugmentationTechnique.py
clodsa/techniques/blurringAugmentationTechnique.py
clodsa/techniques/changeToHSVAugmentationTechnique.py
clodsa/techniques/changeToLABAugmentationTechnique.py
clodsa/techniques/cropAugmentationTechnique.py
clodsa/techniques/cropSizeAugmentationTechnique.py
clodsa/techniques/dropoutAugmentationTechnique.py
clodsa/techniques/elasticTransformAugmentationTechnique.py
clodsa/techniques/equalizeHistogramAugmentationTechnique.py
clodsa/techniques/flipAugmentationTechnique.py
clodsa/techniques/gammaCorrectionAugmentationTechnique.py
clodsa/techniques/gaussianBlurringAugmentationTechnique.py
clodsa/techniques/gaussianNoiseAugmentationTechnique.py
clodsa/techniques/invertAugmentationTechnique.py
clodsa/techniques/itechnique.py
clodsa/techniques/medianBlurringAugmentationTechnique.py
clodsa/techniques/noneAugmentationTechnique.py
clodsa/techniques/raiseBlueAugmentationTechnique.py
clodsa/techniques/raiseGreenAugmentationTechnique.py
clodsa/techniques/raiseHueAugmentationTechnique.py
clodsa/techniques/raiseRedAugmentationTechnique.py
clodsa/techniques/raiseSaturationAugmentationTechnique.py
clodsa/techniques/raiseValueAugmentationTechnique.py
clodsa/techniques/resizeAugmentationTechnique.py
clodsa/techniques/rotateAugmentationTechnique.py
clodsa/techniques/saltAndPepperNoiseAugmentationTechnique.py
clodsa/techniques/sharpenAugmentationTechnique.py
clodsa/techniques/shearingAugmentationTechnique.py
clodsa/techniques/shiftChannelAugmentationTechnique.py
clodsa/techniques/technique.py
clodsa/techniques/techniqueFactory.py
clodsa/techniques/techniqueList.py
clodsa/techniques/translationAugmentationTechnique.py
clodsa/transformers/__init__.py
clodsa/transformers/detection.py
clodsa/transformers/transformer.py
clodsa/transformers/transformerFactory.py
clodsa/transformers/transformerForImageClassification.py
clodsa/transformers/transformerForImageDetection.py
clodsa/transformers/transformerForImageInstanceSegmentation.py
clodsa/transformers/transformerForImageLocalization.py
clodsa/transformers/transformerForImageSegmentation.py
clodsa/transformers/transformerForImageStackClassification.py
clodsa/transformers/transformerForImageStackDetection.py
clodsa/transformers/transformerForImageStackSegmentation.py
clodsa/transformers/transformerList.py
clodsa/utils/__init__.py
clodsa/utils/conf.py
clodsa/utils/dataset.py
clodsa/utils/minivgg.py
clodsa/utils/visualizepascal.py
clodsa/utils/visualizesegmentation.py