7 lines
203 B
Python
7 lines
203 B
Python
# 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"""
|