neural_de package

Subpackages

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.