Gumpest/YOLOv5-Multibackbone-Compression
A YOLOv5 compression toolbox supporting multi-backbone substitution, model pruning (EagleEye, Network Slimming), quantization (MQBench), and deployment (TensorRT, ncnn).

This repository provides a comprehensive suite of model compression techniques for YOLOv5 object detection models. It includes multi-backbone substitutions using architectures like Ghostnet, ShuffleNetv2, Swin Transformer, and MobileNetv3. The toolbox implements pruning methods (EagleEye, Network Slimming) and quantization via MQBench, and supports deployment optimization through TensorRT and ncnn runtimes for edge device inference.