Hello,
I have already implemented YOLOv8 (n, s, m) on Khadas new VIM4 using KSNN.
Now, I am considering switching to the OpenCV DNN TIM-VX backend for my project requirements. (Reference: https://github.com/opencv/opencv/wiki/TIM-VX-Backend-For-Running-OpenCV-On-NPU)
I have two simple questions:
-
Is it possible to implement the TIM-VX backend on new VIM4 for YOLOv8 models?
-
Are there any known issues or specific requirements compared to VIM3?
Thanks.