Can I import a Google Colab yolov4 trained detector to MATLAB?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matheus Fortunato Alves
le 11 Jan 2023
Réponse apportée : Ans
le 15 Mai 2025
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 commentaires
Réponse acceptée
David Ho
le 11 Jan 2023
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
Plus de réponses (1)
Ans
le 15 Mai 2025
Hello,
Is this working? Is this to import the ML Model created in google collab to Tensorflow to get that in MATLAB for code generation?
0 commentaires
Voir également
Catégories
En savoir plus sur Image and Video Ground Truth Labeling dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!