Skip to content
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

Adds RKNN wheels and checksums #68

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Adds RKNN wheels and checksums #68

wants to merge 5 commits into from

Conversation

Burhan-Q
Copy link
Member

@Burhan-Q Burhan-Q commented Aug 14, 2024

Per discussion from YOLO meeting on August 12, 2024 with @glenn-jocher, adding wheel files for installing RKNN_toolkit2 for use with ultralytics.Exporter and ultralytics.AutoModel classes to support RKNN model conversion.

  • RKNN_toolkit2 is specifically for x86 platforms (export on desktop)
    • wheel files were too large to upload to GitHub (~39 MB)
  • RKNN_toolkit2-lite is for ARM platforms (inference and export)

Note

merging this branch may not be required at all, as long as URLs to files are static

FYI: @lakshanthad and @IvorZhu331

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Added RKNN Toolkit2 Lite and RKNN Toolkit2 resources for inference.

📊 Key Changes

  • New Readme Files: Added documentation for RKNN Toolkit2 Lite and RKNN Toolkit2.
  • Wheel Files: Included RKNN Toolkit2 Lite wheel files for multiple Python versions (cp38, cp39, cp310, cp311).
  • MD5 Checksum Files: Added MD5 checksums to verify integrity of wheel files.
  • Requirements Files: Listed dependencies for different RKNN Toolkit2 versions and Python versions.

🎯 Purpose & Impact

  • Enhanced Documentation: Facilitates better understanding and usage of RKNN Toolkit2 Lite.
  • Compatibility & Integrity: Provides necessary wheel files and their checksums, ensuring compatibility with various Python versions and integrity check mechanisms.
  • Dependency Clarity: Clear requirements listed for easy setup, improving user experience during installation and reducing potential setup issues.

@Burhan-Q Burhan-Q added the enhancement New feature or request label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant