are there any plans for the creation of a vulkan back end for openCV for Xavier?
it would be useful to optimize performance.
Hi rjeyarat,
AFAIK, there is no such plan to do further optimization for OpenCV on Xavier.
Please find more info from Vulkan Support on L4T:
[url]https://developer.nvidia.com/embedded/vulkan[/url]
Thanks
Hi rjeyarat,
Vulkan backend has been added from OpenCV 4.0.
- https://github.com/opencv/opencv/wiki/ChangeLog#version400
- https://github.com/opencv/opencv/blob/4.0.0/CMakeLists.txt#L239
- https://docs.opencv.org/4.0.0/d6/d0f/group__dnn.html#ga186f7d9bfacac8b0ff2e26e2eab02625
- https://docs.opencv.org/4.0.0/d6/d0f/group__dnn.html#ga709af7692ba29788182cf573531b0ff5
Currently, this feature is enabled in the dnn module.
And, I confirmed that it works on Jetson TX2.
So, I think that it will work on Jetson Xavier.
Thanks