I have recently trained a CNN model to recognize some objects, is there anyways I can import this .mat file to python environment and utilize the trained data in there and classify objects in a python environment?
In specific, I trained a model on MATLAB, now I wanted to use it in a python program. Essentially, I want a python program to import this .mat file and use the content in the file and classify images base of the pretrained information in there.
0 Comments
Sign in to comment.