faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
cannot import name '_C' from 'model'
when I run trainval_net.py,the error comes up like this: from model import _C ImportError: cannot import name 'C' from 'model' (D:\1cnn\faster-rcnn.pytorch\lib\model_init.py) It has been confusing me for a long time.save me please!
怎么搞同样的问题,您解决了吗
我也还没有呢 qAq@lxdo517
you should run cd lib python setup.py build develop in readme.md,jwyang said The default version is compiled with Python 2.7, please compile by yourself if you are using a different python version.
请问有人解决了吗?
@nicyyyy 老哥解决了吗 emmm
I change to _C to _ _C, two dash line in config.py