Utilization of pretrained .mat CNN model
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Srivardhan Gadila
2020-11-30
2 个评论
Srivardhan Gadila
2021-4-6
Currently you can export the network to ONNX only. The ONNX model can then be converted to other frameworks based on the available support.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!