zizhaozhang/unet-tensorflow-keras

Could you provide a data layer demo to read image and corresponding groundtruth mask?

JunMa11 opened this issue · 1 comments

Excuse me, I'm a fresh man in tensorflow and keras. I failed to create a data layer demo.
Would it be possible for you to provide a data layer demo to read image and corresponding groundtruth mask ?
I would appreciate your help.

I like to use Keras to load image with mask and do automatic augmentation online.
Please see this example, https://keras.io/preprocessing/image/. Very straightforward