Can I import a Google Colab yolov4 trained detector to MATLAB?
4 次查看(过去 30 天)
显示 更早的评论
Hi all,
I have trained a custom yolov4 object detector using Google Colab due to its cloud-based GPU application which allows faster deep learning training.
However, I would like to use this network in MATLAB for ROI cropping / image detection. Is it possible to export the Colab NW to MATLAB?
0 个评论
采纳的回答
David Ho
2023-1-11
Hello Matheus,
You can import trained models into MATLAB from TensorFlow, PyTorch and ONNX and use them for inference. To get started on the import workflow, I'd recommend this documentation page:
Best regards,
David
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Predictive Maintenance Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!