Skip to content

jbantony/yolov5-custom-training-tutorial

 
 

Repository files navigation

yolov5-custom-training-tutorial

Directlink

Yolov5 ONNX Conversion

Direktlink

Trouble-Shooting

  1. Error in Model Form: And export the model with opset value 12, not the default 17.

python export_mod.py --weights test_runs/model/best.pt --opset 12 --include onnx

Refernce Onnx conversion issue: ultralytics/yolov5#10665

  1. Model visualisation: https://netron.app/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%