Towards-Realtime-MOT/utils/nms.py

8 lines
203 B
Python
Raw Normal View History

2019-09-27 07:37:47 +02:00
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
# from ._utils import _C
from utils import _C
nms = _C.nms
# nms.__doc__ = """
# This function performs Non-maximum suppresion"""