Lakshantha Dissanayake
Lakshantha Dissanayake
## ⚡ Actions Trigger Made with ❤️ by [Ultralytics Actions](https://www.ultralytics.com/actions) GitHub Actions below triggered via workflow dispatch on this PR branch `optimize-rknn-tests-benchmarks` at 2025-05-24 23:33:27 UTC with `@ultralytics/run-ci` command: *...
@glenn-jocher This is good to go. Two points to note: - Currently export test is implemented and passes because export can be performed on X86 Linux device. I will implement...
@Laughing-q Good idea! I just tried `--no-deps` and it works locally. Not sure how we can use this when using `check_requirements` function. EDIT: Seems [these](https://github.com/airockchip/rknn-toolkit2/blob/master/rknn-toolkit2/packages/x86_64/requirements_cp312-2.3.2.txt) are the deps getting installed.
@Laughing-q Testing with `--no-deps` now
@Laughing-q I have tried experimenting with placing RKNN export much earlier in the order when benchmarking different export formats and also added `--no-deps` flag. However this failure is still there:...
@Laughing-q Thank you for all the debugging. yeah let's hold this for now. I will reach out to Rockchip team to talk about the below 2 fixes: - `rknn-toolkit2` to...
Converted PR to draft and removed TODO @Laughing-q until this becomes ready to merge. We will have to wait until the above-mentioned issues are resolved by Rockchip team.
Hello @justincdavis. Just got back from YOLO Vision and now I have access to an NVIDIA Jetson device. Thank you for the PR. DLA is indeed something that we experimented...
Got it @justincdavis. Thanks for the clarification. I will make the necessary changes and commit
@justincdavis I have updated codes and docs accordingly. @glenn-jocher Please help to review and merge.