One shared scale for everything
A plain export.py --int8 produces one output tensor holding normalised xywh, objectness and class score on a single quantization scale. Coordinates need headroom up to about 4.5; box dimensions live around 0.05. One scale has to cover both.
On this model that scale came out at 0.0176, so a 16 px person’s width survived as three quantization steps — and one step of error was 5.6 px. The model still runs. It still returns boxes. They are noise.
- Shared quantization scale
- 0.0176
- mAP50, before and after
- 0.78 → 0.05
- Same graph exported to fp16
- 0.783





