I was using CNN3D model. But its total uncelar how the data should be loaded for network to train.
1 view (last 30 days)
Show older comments
I was using CNN3D model. But its total uncelar how the data should be loaded for network to train. It can either be table, or array. My image size is 22x198x153x3 and i have 100 sample. another way of looking at it is i have 22 3d matrices stacked over other.
I converted it to struct2table of 100 rows, not working, it says too many arguments.
Please advise how to load data for training in cnn3d.
2 Comments
awezmm
on 23 Sep 2019
Can you give the exact command you are running and the errors associated with it?
Answers (1)
Shivam Sardana
on 27 Sep 2019
2 Comments
Binu
on 30 Oct 2019
you can use imageDataStore for 3d but you'll have to save your volumes as .mat files
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!