优化修正文档检测中的部分语法
This commit is contained in:
4
object_detection/core/external/setup.py
vendored
4
object_detection/core/external/setup.py
vendored
@@ -8,12 +8,12 @@ extensions = [
|
||||
Extension(
|
||||
"bbox",
|
||||
["bbox.pyx"],
|
||||
extra_compile_args=["-Wno-cpp", "-Wno-unused-function"]
|
||||
extra_compile_args=[]
|
||||
),
|
||||
Extension(
|
||||
"nms",
|
||||
["nms.pyx"],
|
||||
extra_compile_args=["-Wno-cpp", "-Wno-unused-function"]
|
||||
extra_compile_args=[]
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user