-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
safe deploy #6642
Comments
@MuhammadKhalid3975 I don't understand the question. |
I want to safely deploy an application that uses yolov5 model on someone laptop, I asked about model file format that will disable others from hacking the model weights. |
FormatsYOLOv5 inference is officially supported in 11 formats:
See export tutorial for more details. YOLOv5 Tutorials
Good luck 🍀 and let us know if you have any other questions! |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
FYI, @MuhammadKhalid3975, you should encode your weight by postprocessing, and decode your weight when loading weight. |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
Search before asking
Question
what's considered a copy-safe, no one can copy models weights for any purpose, export method supported by export.py script in this repo?
Thank you in advance
Additional
No response
The text was updated successfully, but these errors were encountered: