CLRNet icon indicating copy to clipboard operation
CLRNet copied to clipboard

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

Open awslhh8 opened this issue 2 years ago • 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?

awslhh8 avatar Jan 24 '24 07:01 awslhh8

python setup.py build develop

hzboomm avatar Jan 30 '24 02:01 hzboomm

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

awslhh8 avatar May 05 '24 01:05 awslhh8

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

huangzhihao1 avatar Jun 15 '24 07:06 huangzhihao1

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

Breakfastvoucher avatar Jul 10 '24 08:07 Breakfastvoucher