jjsuperpower / LEAP

Source code for implementing DPU, HDMI and IE on ZCU104 in PYNQ environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LEAP

Integration of reaL-time image Enhancement and AI inferencing engine in the PYNQ environment

Overview

LEAP provides a platform for integrating real-time image enhancement and AI inferencing engine in the PYNQ environment for Xilinx's MPSoC ZCU104 FPGA development board. The computation of image enhancement and AI inference in processed in the Program Logic (PL) why being controlled via Python scripts running in Linux. The platform is designed to allow for straight forward integration of new image enhancement IPs and AI models. As a proof-of-concept we use an image enhancement IP to enhance dark images before being inferenced on by CNN models in real-time.

LEAP System Overview

Leap Hardware Design

Infererencing

We provided multiple implementations of inferencing that can favor either throughput or latency

Inferencing Methods


Example

YOLOv3 on Dark COCO Image

YOLOv3 on Dark + Histogram Equalization on Dark COCO Image

Getting Started

This repository is composed of 3 main components:

  1. Hardware Design - Details and implementation of the FPGA design
  2. Custom Pynq Image - Details of modifying the PYNQ SD card image to increase the size of the Contiguous Memory Allocator (CMA).
  3. Runtime Code - Details and implementation of the code that controls real-time HDMI in/out, AI inferencing, and image enhancement.

How To Cite

@misc{sanderson2023integration,
      title={System Integration of Xilinx DPU and HDMI for Real-Time inference in PYNQ Environment with Image Enhancement}, 
      author={Jonathan Sanderson and Syed Rafay Hasan},
      year={2023},
      eprint={2312.09506},
      archivePrefix={arXiv},
      primaryClass={eess.IV}
}

About

Source code for implementing DPU, HDMI and IE on ZCU104 in PYNQ environment

License:MIT License


Languages

Language:Python 96.3%Language:Tcl 3.7%