YOLO on PYNQ-Z2
  • YOLO on PYNQ-Z2
  • Abstract
  • Organization
  • Introduction
  • Requirements
  • DPU implementation
    • Creating the DPU 3.0
    • Implementing the DPU on a SD card image
  • Model optimization and compilation
    • Convert model to Tensorflow
    • Quantization
    • Compilation
  • Deployment on PYNQ-Z2
    • Board Setup
    • Execute YOLOv3
    • Real-time object detector
  • Metrics
    • Metrics Context
    • Detections on the PYNQ-Z2
    • Metrics Software
  • Final results
  • Message
Powered by GitBook
On this page

Was this helpful?

DPU implementation

We will now go through two steps to include the DPU on the PYNQ-Z2.

PreviousRequirementsNextCreating the DPU 3.0

Last updated 10 months ago

Was this helpful?