I have recently migrated from opencv 3 to opencv 4,
but one of the external library : libdputils.so used by dnndk module is still pointing to opencv 3.3
**warning: libopencv_highgui.so.3.3, needed by /dnndk/runtime-files/lib/libdputils.so, not found **
how can i download or upgrade this libdputils.so to point to opencv 4.4 ?
I have tried the link: https://github.com/Xilinx/Vitis-AI
to see if they have any latest release regarding opencv4.4,but i was not able to understand this.