Hello everyone,
I am working with an Ultra96-V2 (Zynq UltraScale+ MPSoC) board and trying to deploy an AI model using Vitis AI.
Here is my current situation:
-
I successfully quantized and compiled my model on my PC using Vitis AI Docker (CPU version 2.5.0).
-
I transferred the generated
.xmodelfile (resnet50.xmodel) to the Ultra96-V2 board. -
The board is running a Linux image (ultra96v2-2020-1).
-
When I try to run:
I get:
-
I also checked for VART libraries using:
No results were found.
It seems that Vitis AI Runtime (VART) is not installed in the current image.
My questions are:
-
What is the recommended Vitis AI image for Ultra96-V2?
-
Is there a prebuilt SD card image that includes VART and DPU support?
-
If manual installation is required, what is the correct procedure for installing VART on Ultra96-V2 (aarch64)?
Any help or guidance would be greatly appreciated.
Thank you.