mmdeploy/configs/mmpose
Qingren fd07b26c2e
[Feature] Add mmpose configs for compatibility with Hourglass model in ncnn backend (#1064)
* [FEATURE] add mmpose configs for compatibility with Hourglass model

[Motivation]
- The added configs are aim to support Hourglass pose-detection model in ncnn backend.
- Hourglass model needs explicit input shape with 256x256 or 384x384.
- Hourglass model can be quantitized to int8 successfully in ncnn backend.

[Complementary]
The mmpose config of Hourglass mode is in:
- https://github.com/open-mmlab/mmpose/blob/master/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass52_coco_256x256.py
- https://github.com/open-mmlab/mmpose/blob/master/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hourglass52_coco_384x384.py
Quantitization results are shown in https://github.com/Qingrenn/mmdeploy-summer-camp/blob/main/week4/result.md

* Keep only one config (pose-detection_ncnn-int8_static-256x256.py) and remove the others.
2022-09-19 14:13:55 +08:00
..
pose-detection_ncnn-int8_static-256x256.py [Feature] Add mmpose configs for compatibility with Hourglass model in ncnn backend (#1064) 2022-09-19 14:13:55 +08:00
pose-detection_ncnn_static-256x192.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_onnxruntime_static.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_openvino_static-256x192.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_pplnn_static-256x192.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_sdk_static-256x192.py Fix mmpose regression test failed on mmpose v0.26.0 (#576) 2022-06-08 20:16:23 +08:00
pose-detection_snpe_static-256x256.py feat(tools/deploy.py): support snpe (#789) 2022-08-01 11:08:55 +08:00
pose-detection_static.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_tensorrt-fp16_static-256x192.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_tensorrt-int8_static-256x192.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_tensorrt_dynamic-256x192.py support test with multi batch (#829) 2022-08-01 21:02:59 +08:00
pose-detection_tensorrt_static-256x192.py [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
pose-detection_torchscript.py [Feature] Regression test for mmdeploy (#302) 2022-04-28 08:03:59 +08:00