Video to Image Regression

3 ビュー (過去 30 日間)
Michael Keeling
Michael Keeling 2020 年 6 月 5 日
コメント済み: Michael Keeling 2020 年 7 月 9 日
Hello!
I have 32x32x256 (HeightxWidthXFrames) greyscale video data that I need to regress to a 32x32 image.
  1. What is the ideal format for me to save my input data so it can be read into a NN? Is there an appropriate image format? (I have not been succesfull using .mat files in an image datastore)
  2. Should I use a 2d or 3d ImageInputLayer? I intend to use a Unet architecture.
Thank you!

採用された回答

Shashank Gupta
Shashank Gupta 2020 年 7 月 6 日
Hi Michael,
Since your input to the model is a video data, it is appropriate to use 3D image datastore. Also Unet archtecture you intent to design will be a 3D architecture and in that case going for 3d imageInputLayer is prompt.
When we deal with high dimension data, It is always good choice to go with ".mat" data storage. In particularly your case, you can write a custom function in @ReadFcn property of datastore to read the ".mat" file.
I hope this helps you,
  1 件のコメント
Michael Keeling
Michael Keeling 2020 年 7 月 9 日
Thank you!

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

その他の回答 (0 件)

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by