How to convert augmented datastore to image datastore?
Ältere Kommentare anzeigen
Hello all,
I am trying to train my model for semantic segmentation. Here in my images in datastore are 3000 by 5000 pixels. but the input layer of the network is 32 by 32. I used augmenteddatastore mommand for resizeing the image datastore. Later on to i need to combine the pixellabel database and reshaped image datastore. but the comman
pixelLabelImageDatastore
doesnot accept the augmented datastore. so i need to either convert augmenteddatastore to image datastore or any other method to combine the training data.
Antworten (1)
Rohit Pappu
am 22 Mär. 2021
0 Stimmen
For augmening input data in the pixelLabelImageDatastore, the Data Augmentation property of pixelLabelImageDatastore can be set.
Kategorien
Mehr zu Semantic Segmentation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!