Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Takumi Enomoto
Takumi Enomoto el 9 de En. de 2023
Comentada: Takumi Enomoto el 9 de En. de 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 comentario
Takumi Enomoto
Takumi Enomoto el 9 de En. de 2023
ヘルパー関数の最後にあるコードのinfo.Labelを変える必要があると思われるのですが,どう変換すればよいのかわかりません.よろしくお願いいたします。
dataOut(idx,:) = {I,info.Label(idx)};

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!