Files '.mat' contains 145x145x200

Hello everyone
could you please help me getting through this issue, i want to read ‘.mat’ file contains 145x145x200 pixels and i need to feed it into a network, is there any way to do this?
I would be very grateful for any help

You could load the .mat using scipy.io.loadmat (docs) and then wrap the numpy array into a tensor.

1 Like