You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
编译后遇到这样的问题
Traceback (most recent call last):
File "infer.py", line 356, in
infer_one(url, net)
File "infer.py", line 241, in infer_one
nms_result = lib.nms.cpu_nms(for_nms, NMS_THRESH)
AttributeError: module 'lib.nms' has no attribute 'cpu_nms'
The text was updated successfully, but these errors were encountered:
编译后遇到这样的问题
Traceback (most recent call last):
File "infer.py", line 356, in
infer_one(url, net)
File "infer.py", line 241, in infer_one
nms_result = lib.nms.cpu_nms(for_nms, NMS_THRESH)
AttributeError: module 'lib.nms' has no attribute 'cpu_nms'
The text was updated successfully, but these errors were encountered: