Turoad/CLRNet

ImportError: cannot import name 'nms_impl' from partially initialized module 'clrnet.ops' (most likely due to a circular import)

awslhh8 opened this issue · 4 comments

image
The following error appears in the clrnet\ops\nms.py file:ImportError: cannot import name 'nms_impl' from partially initialized module 'clrnet.ops' (most likely due to a circular import) (G:\code\CLRNet\clrnet\ops_init_.py)
Please tell me how to solve it?

python setup.py build develop

python setup.py build developpython setup.py 构建开发

1
2
Hello, I still get this error after compiling according to the instructions. How can I solve it? The situation is as shown in the picture above

你好我也是这个问题请问怎么解决

我直接重新编译clrnet后成功了,运行python setup.py build develop