You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hello @motesz, thank you for your interest in YOLOv5 🚀! It looks like you're looking for guidance on exporting YOLOv5s to TFLite. Please check out our ⭐️ Tutorials for comprehensive guides, including converting models to different formats like TFLite.
If this is a 🐛 Bug Report related to TFLite, please provide a minimum reproducible example so we can better assist you.
For general export instructions, ensure your environment meets the necessary requirements:
YOLOv5 includes scripts for exporting models to various formats. You can find export scripts in the repository:
python export.py --weights yolov5s.pt --include tflite # export to tflite
Make sure you have the required dependencies for exporting to TFLite. You can find specific instructions in our repository documentation.
Status
If the CI badge is green, all tests are passing, indicating that the current YOLOv5 functionalities are working as expected in various environments including macOS, Windows, and Ubuntu.
This is an automated response, but an Ultralytics engineer will also assist you soon. If you have other questions, feel free to reach out! 😊
P.S. Explore our latest models like YOLOv8 for enhanced performance and features!
@motesz to export YOLOv5s to TFLite, use the command: python export.py --weights yolov5s.pt --include tflite. Ensure you have installed all dependencies from requirements.txt. For more details, refer to the model export guide.
Search before asking
Description
how can i export yolov5s into tflite
Use case
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: