Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'lib.nms' has no attribute 'cpu_nms' #85

Open
Lie-huo opened this issue Apr 22, 2020 · 1 comment
Open

module 'lib.nms' has no attribute 'cpu_nms' #85

Lie-huo opened this issue Apr 22, 2020 · 1 comment

Comments

@Lie-huo
Copy link

Lie-huo commented Apr 22, 2020

编译后遇到这样的问题
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'

@maggie-c1523
Copy link

你编译有成功嘛?在Lib底下有生成nms.so的文件吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants