We are trying to deploy FR on the ZCU104 platform, where I have generated shared libraries for detector and as well feature extract models. To build an end to end FR application we also need pre/post processing functions along with model inference shared libs.
And implementation of the pre/post processing modules are available with us in form of C++ code.
Could you please help me to guide how to deploy C++ application on zcu104 platforms using TVM shared library files.
Is there any software components dependency? like pre-built SDCard package files
Do we have a image read and display tools/libraries with this pre-built SDCard package ? like OpenCV
If not, please help me to direct some reference link where we can build and integrate those tools and if any.
@kvaju.454 The instructions for setting up the software can be found here: Vitis-AI Integration — tvm 0.8.dev0 documentation. There is a dependency on pyxir, h5py and pydot. Is this what you mean? Also, as pointed to by @mak you can use the usual TVM C++ APIs for deployment.