Logo
Explore Help
Register Sign In
mirrors/mmdeploy
1
0
Fork 0
You've already forked mmdeploy
mirror of https://github.com/open-mmlab/mmdeploy.git synced 2025-01-14 08:09:43 +08:00
Code Issues Projects Releases Wiki Activity
mmdeploy/configs/mmpose/pose-detection_ncnn-int8_static-256x256.py

4 lines
119 B
Python
Raw Normal View History

[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
_base_ = ['./pose-detection_static.py', '../_base_/backends/ncnn-int8.py']
onnx_config = dict(input_shape=[256, 256])
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 769ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API