I use tensorflow https://github.com/tensorflow/models/tree/master/research/deeplab where i want to apply my own data augmentation.
TF:deeplab uses slim as generell learning framework.
In deeplab core preprocess_utils theres is deeplabs own Preprocessing augmentations.
All I want is manually (with my own human eyes) see a image before and after the preprocessing just to have a visual feedback
I already tried to get the tensor -> image -> imshow but it requieres the session. At this point I first want to ask the experts if this is possible or even for a hint....
Every function I directly insert in the code is just called once... even if somehow triggers on all images since it is preprocessing..
best jeahinator