Here you have the possibility to define the python processing module of a specific dataset. Each python processing module is named with the [type] of the related dataset (for more info on dataset [type] see the README in ../../data).
Each python processing module should contain the dataset processing methods. The methods defined are:
- process_image: preprocess the image
- unprocess_image: unprocess the image
- get_unprocess_dataset: get the tfrecord file not applying pre-processing
- preprocess_dataset: preprocess the tfrecord file