Skip to content

huxiao1/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Model Compression for Efficient Object Detection

Experiment 1: Quantization-Based Model Compression for Object Detection

We employed the int8 quantization technique to simplify an AlexNet-based model, significantly reducing inference time on the GPU for object detection tasks. This approach effectively compressed the model without compromising its accuracy.

Experiment 2: Pruning-Based Model Compression for Real-Time Object Detection

We applied pruning techniques to simplify a YOLO-v3 model, achieving a substantial reduction in inference time on the GPU for real-time object detection. This method enabled the model to operate efficiently on resource-constrained devices without sacrificing its performance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages