How to convert augmented datastore to image datastore?
조회 수: 5 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Rohit Pappu
2021년 3월 22일
For augmening input data in the pixelLabelImageDatastore, the Data Augmentation property of pixelLabelImageDatastore can be set.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!