回帰タスクのCNNで​transform関​数を用いてデータスト​ア内のイメージ データへの拡張の適用をしたいです。

1 view (last 30 days)
Takumi Enomoto
Takumi Enomoto on 9 Jan 2023
Commented: Takumi Enomoto on 9 Jan 2023
画像から数値を回帰するCNNをしています。
以下の文献のようにtransform関数を用いてデータストア内のイメージ データへの拡張の適用をしたいです。
文献では、image to image回帰,分類における適用方法が記載されていますが、画像から数値の回帰を行う場合は、transform関数をどのようなにする変更する必要があるのでしょうか。
よろしくお願いいたします。
https://jp.mathworks.com/help/releases/R2021a/deeplearning/ug/image-augmentation-using-image-processing-toolbox.html?searchHighlight=transform&s_tid=doc_srchtitle#AugmentImagesForDeepLearningWorkflowsExample-20
  1 Comment
Takumi Enomoto
Takumi Enomoto on 9 Jan 2023
ヘルパー関数の最後にあるコードのinfo.Labelを変える必要があると思われるのですが,どう変換すればよいのかわかりません.よろしくお願いいたします。
dataOut(idx,:) = {I,info.Label(idx)};

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!