I was using CNN3D model. But its total uncelar how the data should be loaded for network to train.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
awezmm
el 23 de Sept. de 2019
Can you give the exact command you are running and the errors associated with it?
Respuestas (1)
Shivam Sardana
el 27 de Sept. de 2019
2 comentarios
Binu
el 30 de Oct. de 2019
you can use imageDataStore for 3d but you'll have to save your volumes as .mat files
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!