-
Notifications
You must be signed in to change notification settings - Fork 1
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
I would like to know the approximate time it takes to implement super resolution in RK3588 #1
Comments
Sorry for the late reply. I was very busy this week. I did some benchmark. My example code took 9.75s to upscale an 1920x1200 image using an uninitialized model (ie, running in fp16 mode, did not set stddev and mean). This includes the image decoding and exporting time. I suspect 1 or 2 seconds are on the CPU. So about 8seconds running the actual model (across the entire image). |
Thanks for replying, Also, I would like to know if you have tried calling NPU on rk3588 to accelerate the inference process? |
Ah, I had to correct my statements. I re-benchmark and find my previous result wrong. The following table shows how long it takes to upscale an entire 1920x1200 image. A total of 400 inference calls are made.
RKNN is about 5x faster then ONNX by default. The |
Got it ! Thanks a lot! |
Do you have test documentation? I would like to know the approximate time it takes to implement super resolution in RK3588. thank you
The text was updated successfully, but these errors were encountered: