KyanChen's picture
Upload 89 files
3094730
raw
history blame contribute delete
113 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .bbox_nms import efficient_nms
__all__ = ['efficient_nms']