Lukasz825700516 / KPZ-2024-traffic_lights

3 stars 0 forks source link

Apply quantization #29

Open Iamhexi opened 5 months ago

Iamhexi commented 5 months ago

Reason

The final model is expected to run on an embedded device. Its capabilities are limited so quantization is required.

Objective

Apply quantization to the current model and return the version running only on 8-bit integers.

Requires

None

Iamhexi commented 5 months ago

PyTorch Quantization

Iamhexi commented 5 months ago

image

YOLO8 docs