how can i save images and labels from patchds into my computer

2 ビュー (過去 30 日間)
niaz ahmad
niaz ahmad 2020 年 2 月 18 日
編集済み: niaz ahmad 2020 年 2 月 18 日
The random patch extraction datastore dsTrain provides mini-batches of data to the network at each iteration of the epoch. Preview the datastore to explore the data.
inputBatch = preview(dsTrain);
disp(inputBatch)
InputImage ResponsePixelLabelImage
__________________ _______________________
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
[256×256×6 uint16] [256×256 categorical]
  1 件のコメント
niaz ahmad
niaz ahmad 2020 年 2 月 18 日
編集済み: niaz ahmad 2020 年 2 月 18 日
i want to store these images and respective labels

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by