I was using CNN3D model. But its total uncelar how the data should be loaded for network to train.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
awezmm
il 23 Set 2019
Can you give the exact command you are running and the errors associated with it?
Risposte (1)
Shivam Sardana
il 27 Set 2019
2 Commenti
Binu
il 30 Ott 2019
you can use imageDataStore for 3d but you'll have to save your volumes as .mat files
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!