Skip to content

Instantly share code, notes, and snippets.

View DaniAffCH's full-sized avatar
🤔
Does anyone actually read this?

Daniele Affinita DaniAffCH

🤔
Does anyone actually read this?
View GitHub Profile
@DaniAffCH
DaniAffCH / GSoC_24_Final_Report.md
Last active March 19, 2025 05:39
GSoC 24 Final Report

OpenCV Block-wise quantization - Google Summer Of Code 2024

My name is Daniele Affinita, and this report documents the work I completed during the Google Summer of Code 2024 for OpenCV, under the mentorship of Yuantao Feng.

TL;DR

Integrated Blockwise Quantization into OpenCV's DNN module, focusing on compressing model size for deployment on memory-constrained devices. Developed a tool to quantize models blockwise, achieving a 2-4x reduction in model size. Evaluated the performance, showing that blockwise quantized models retain accuracy closer to the original compared to standard int8 quantization.

Project Summary