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

조회 수: 1 (최근 30일)
Takumi Enomoto
Takumi Enomoto 2023년 1월 9일
댓글: Takumi Enomoto 2023년 1월 9일
画像から数値を回帰する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
Takumi Enomoto
Takumi Enomoto 2023년 1월 9일
ヘルパー関数の最後にあるコードのinfo.Labelを変える必要があると思われるのですが,どう変換すればよいのかわかりません.よろしくお願いいたします。
dataOut(idx,:) = {I,info.Label(idx)};

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!