Integration of reaL-time image Enhancement and AI inferencing engine in the PYNQ environment
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.
We provided multiple implementations of inferencing that can favor either throughput or latency
This repository is composed of 3 main components:
- Hardware Design - Details and implementation of the FPGA design
- Custom Pynq Image - Details of modifying the PYNQ SD card image to increase the size of the Contiguous Memory Allocator (CMA).
- Runtime Code - Details and implementation of the code that controls real-time HDMI in/out, AI inferencing, and image enhancement.
@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}
}