-
Notifications
You must be signed in to change notification settings - Fork 4
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
RKMPP + RKNN? #1
Comments
You understand correct - there is no convenient way to use them together 😛 I would recommend doing a multistage build and then using the rkmpp Debian image as a base image for your app, which will have Gstreamer and rkmpp libraries in-place:
For rknn, if you only need the C library, I would add You can also do it all from it in Docker:
I hope that's helpful 😅 If you want to see a more complete example, take a look at https://github.com/milas/rkoxide/blob/main/crates/rknn-demo/Dockerfile |
Hello! |
Good afternoon I'm writing an application for real-time processing of car numbers, and for this I want to use rockchip-toolkit and rkmpp at the same time. But I don’t fully understand, is it possible to somehow take your two assemblies and combine them in order to use both rknn and rkmpp?
The text was updated successfully, but these errors were encountered: