Spaces:
Build error
Build error
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. | |
# from ._utils import _C | |
from maskrcnn_benchmark import _C | |
nms = _C.nms | |
# nms.__doc__ = """ | |
# This function performs Non-maximum suppresion""" | |