I was using CNN3D model. But its total uncelar how the data should be loaded for network to train.
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Shivam Sardana
2019-9-27
2 个评论
Binu
2019-10-30
you can use imageDataStore for 3d but you'll have to save your volumes as .mat files
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!