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

画像から数値を回帰する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 commentaire

Takumi Enomoto
Takumi Enomoto le 9 Jan 2023
ヘルパー関数の最後にあるコードのinfo.Labelを変える必要があると思われるのですが,どう変換すればよいのかわかりません.よろしくお願いいたします。
dataOut(idx,:) = {I,info.Label(idx)};

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!