Pose Estimation uses Pytorch for static quantization, saving, and loading of models
Representative Dataset: You can get it from MSCOCO val2017.zip.
Model: You can get the model from this project pytorch-pose-estimation
- Run pth_to_int.py to get the quantized model.
- Run evaluate_model.py for inference.
- Model size reduced from 200M to 50M.
- Inference time is reduced by about 20%.