How to convert augmented datastore to image datastore?

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.

回答 (1 件)

Rohit Pappu
Rohit Pappu 2021 年 3 月 22 日

0 投票

For augmening input data in the pixelLabelImageDatastore, the Data Augmentation property of pixelLabelImageDatastore can be set.

質問済み:

2021 年 3 月 16 日

回答済み:

2021 年 3 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by