How to load Image Masks (Labels) for Image Segmentation in Keras
问题 I am using Tensorflow as a backend to Keras and I am trying to understand how to bring in my labels for image segmentation training. I am using the LFW Parts Dataset which has both the ground truth image and the ground truth mask which looks like this * 1500 training images: As I understand the process, during training, I load both the (X) Image (Y) Mask Image Doing this in batches to meet my needs. Now my question is, is it sufficient to just load them both (Image and Mask Image) as NumPy