Add rknn scripts#2012
Closed
boomermath wants to merge 17 commits intoPhotonVision:mainfrom
boomermath:main
Closed
Conversation
samfreund
requested changes
Jul 25, 2025
Member
There was a problem hiding this comment.
Running pip install...
ModuleNotFoundError Traceback (most recent call last)
[/content/create_onnx.py](https://localhost:8080/#) in <module>
87
88 check_git_installed()
---> 89 run_onnx_conversion(args.version, args.model_path)
[/content/create_onnx.py](https://localhost:8080/#) in run_onnx_conversion(version, model_path)
58 sys.exit(1)
59
---> 60 from ultralytics import YOLO
61
62 model = YOLO(model_path)
ModuleNotFoundError: No module named 'ultralytics'
got this error running the notebook on Colab. I'm assuming you didn't pip install properly perhaps? Not sure. I'd also appreciate a progress bar for said pip install, if that's possible. If not, don't spend too much time on the progress bar.
samfreund
requested changes
Jul 27, 2025
…autoinstallrknnapi.py with commit permalinks
samfreund
reviewed
Jul 27, 2025
Member
samfreund
left a comment
There was a problem hiding this comment.
Looks good so far, testing now
samfreund
requested changes
Jul 27, 2025
Contributor
Author
|
Will remake with correct branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added multiple scripts for rknn conversion.
Meta
Merge checklist: