Spaces:
Runtime error
Runtime error
File size: 113 Bytes
3094730 |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .bbox_nms import efficient_nms
__all__ = ['efficient_nms']
|