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/mmocr/text-detection/text-detection_tensorrt-fp16_dynamic-320x320-2240x2240.py

14 lines
411 B
Python
Raw Normal View History

Add tensorrt int8 and fp16 configs for all the rest codebases (#152) * add configs for all codebases except mmocr and fixed some bugs * add ocr det * add fp16 and int8 config for text recog
2021-10-27 15:59:02 +08:00
_base_ = [
[fix] align the names of configs (#256) * align names of configs * set input_shape to None for all ppl
2021-12-07 21:06:44 +08:00
'./text-detection_dynamic.py', '../../_base_/backends/tensorrt-fp16.py'
Add tensorrt int8 and fp16 configs for all the rest codebases (#152) * add configs for all codebases except mmocr and fixed some bugs * add ocr det * add fp16 and int8 config for text recog
2021-10-27 15:59:02 +08:00
]
backend_config = dict(
common_config=dict(max_workspace_size=1 << 30),
model_inputs=[
dict(
input_shapes=dict(
input=dict(
min_shape=[1, 3, 320, 320],
opt_shape=[1, 3, 600, 800],
change resolution and fix regression test for mmocr (#534)
2022-06-02 18:29:41 +08:00
max_shape=[1, 3, 2240, 2240])))
Add tensorrt int8 and fp16 configs for all the rest codebases (#152) * add configs for all codebases except mmocr and fixed some bugs * add ocr det * add fp16 and int8 config for text recog
2021-10-27 15:59:02 +08:00
])
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 875ms Template: 5ms
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