I have been trying to execute the DPU related examples provided in the Vitis AI Zoo on the PYNQ platform. The example notebooks that are available are generally for object classification. With a bit of searching, I came across the information in the searches that a few of the notebooks (related to object detection through YOLO and SSD) have been removed from the PYNQ DPU Github repo. Can anyone please help and direct me as to how I can get the Models in the Vitis AI zoo executed on the PYNQ ZCU104 platform? Any information in this direction will be very helpful.
I have built the xmodel files necessary for the examples, but needed help to code up (jupyter notebook example) for providing data and obtaining back data from the PYNQ inference models.
The previous notebooks (YOLO) were using the DNNDK api, which has now been deprecated and replaced with the Vitis AI Runtime (VART). This is probably more of a Vitis AI question than a PYNQ one. Your best bet is to find a similar python application in the Vitis AI github repository (something like this). Hope that helps.
Never mind, I found it.
If someone comes across the same question when you do import pynq_dpu
it imports vart and xil for you. Looking at dpu.py in the DPU-PYNQ repo the path has to be appended first to sys.path