Hello
Thank you for sharing a great project.
Does this project provide models/export.py, a tool to convert to onnx like yolov5 project?
If available, where can I check it?
There is currently a last.pt file learned in the https://github.com/sid0312/anpr_yolov5/ project, but it is difficult to convert this model to onnx.
It is difficult to get help from the author because the project is not being managed.
I came here after searching for a number of sources for reference.
In order to convert pretrained model to onnx, we know that torch.onnx.export function is used as written in https://pytorch.org/docs/stable/onnx.html.
Separately, can you introduce me the simplest project that can easily learn to convert python torch model to onnx?
Thank you.
Hello @leeyunhome, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.
To continue with this repo, please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments.
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:
For more information please visit https://www.ultralytics.com.
@leeyunhome yes, see PR https://github.com/ultralytics/yolov3/pull/1558
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
@leeyunhome yes, see PR https://github.com/ultralytics/yolov3/pull/1558