Blocking pixel label data for semantic segmentation DL training
I’m trying to block images and their pixel labels for training a unet. I can use a blockedImageDatastore for the input images, but I don’t know how to get this blocking behavior from the pixelLabelDatastore that holds the expected labels. I can get the behavior myself by splitting all the images beforehand and saving them to disk, but I’d rather not have to deal with the file cleanup or lose the dynamic changing of blocking. Does anyone know a way to achieve this?I’m trying to block images and their pixel labels for training a unet. I can use a blockedImageDatastore for the input images, but I don’t know how to get this blocking behavior from the pixelLabelDatastore that holds the expected labels. I can get the behavior myself by splitting all the images beforehand and saving them to disk, but I’d rather not have to deal with the file cleanup or lose the dynamic changing of blocking. Does anyone know a way to achieve this? I’m trying to block images and their pixel labels for training a unet. I can use a blockedImageDatastore for the input images, but I don’t know how to get this blocking behavior from the pixelLabelDatastore that holds the expected labels. I can get the behavior myself by splitting all the images beforehand and saving them to disk, but I’d rather not have to deal with the file cleanup or lose the dynamic changing of blocking. Does anyone know a way to achieve this? blockedimagedatastore, pixellabeldatastore, semantic segmentation MATLAB Answers — New Questions