mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
4 lines
135 B
Python
4 lines
135 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
# recovery for mmyolo
|
|
from mmdeploy.mmcv.ops import multiclass_nms # noqa: F401, F403
|