neural_de package
Subpackages
- neural_de.external package
- neural_de.transformations package
- Subpackages
- Submodules
- neural_de.transformations.brightness_enhancer module
- neural_de.transformations.centered_zoom module
- neural_de.transformations.de_rain_enhancer module
- neural_de.transformations.de_snow_enhancer module
- neural_de.transformations.kernel_deblurring_enhancer module
- neural_de.transformations.night_image_enhancer module
- neural_de.transformations.resolution_enhancer module
- neural_de.transformations.transformation module
- neural_de.transformations.transformation_pipeline module
- Module contents
- neural_de.utils package
Submodules
neural_de.main module
This module implements the main script of neural_de in order to apply transformation on images with command line or via dockers
- neural_de.main.main()[source]
Main script of neural de component:
- Parameters:
input_source_path – str - Path to the input source to process. If path represent a single file path. The single file will be processed. If path represents a directory, all images present in directory will be processed
output_target_path – str - Output path where results are stored. If input path is a file, this path represents the output file, else this is the path to output direcotry
pipeline_file_path – str - Pipeline Configuration file to use
output_prefix – str (optionnal) - Output_prefix to add to output images filenames
Module contents
This module is the ConfianceAI implementation of Shifting Distribution methods. It aims at providing the user with multiple methods to help shift images toward a preferred distribution.