Organizing a directory workflow for a Semantic Segmentation task
Published:
Semantic segmentation is the task of assigning labels to different pixels in an image. So you can think of it as a binary or multi-label classification. That means the targets have the same size as their corresponding images. How do we organize the directory for such a task and how can we make use of the ImageDataGenerator
? Let’s start with a simple example.