mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* add rotated nms trt plugin * fix ops output shape * rebase * fix lint * add fp16, benchmark * format docs * remove unused definition, add ut * add docs * update docs * add doc
4 lines
130 B
Python
4 lines
130 B
Python
_base_ = ['./rotated-detection_tensorrt_dynamic-320x320-1024x1024.py']
|
|
|
|
backend_config = dict(common_config=dict(fp16_mode=True))
|