Onnx de MATLAB a python
Show older comments
Hola a todos, estos meses me intereso entrenar redes neuronales de matlab como resnet18 junto al modelo de yolov2. Para ello utilice la informacion que entrega matlab. Pero el problema que tengo es con respecto a como utilizar este modelo yolov2resnet18.mat en python?.
Intente exportarlo como archivo onnx pero no encontre la manera de realizar deteccion de objetos en python a partir de mi red entrenada en matlab. La idea es entrenar la red en matlab y luego exportarlo como onnx en python para realizar deteccion. La unica razon por la que hago esto es curiosidad pero al no encontrar nada en foros mejor les pregunto a ustedes el como utilizar este modelo onnx de matlab en python.
Hello everyone, these months I've been interested in training matlab neural networks like resnet18 along with the yolov2 model. To do this I used the information provided by matlab. But the problem I have is regarding how to use this yolov2resnet18.mat model in python?
I tried to export it as an onnx file but I couldn't find a way to perform object detection in python from my network trained in matlab. The idea is to train the network in matlab and then export it as onnx in python to perform detection. The only reason I do this is curiosity but since I can't find anything in forums I'd rather ask you guys how to use this matlab onnx model in python.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!