Does yolo work on PYNQ Z1 board or how can object detection be done, is there a sample project?
Hi,
I found some object-detection projects fitting on Zynq7000 that may help your work:
- BNN: GitHub - Xilinx/BNN-PYNQ: Quantized Neural Networks (QNNs) on PYNQ
- QNN: GitHub - Xilinx/QNN-MO-PYNQ
Ref: PYNQ - Python productivity for Zynq - Embedded
This is another example notebook that uses YOLOv3 running on Deep Learning Processing Unit (DPU).
Unfortunately, DPU-PYNQ project is not officially supported to run on Zynq7000.
Hope these help!
1 Like