awesome-semantic-segmentation-pytorch icon indicating copy to clipboard operation
awesome-semantic-segmentation-pytorch copied to clipboard

Hello, Tramac. I met a question when I used the code of CCNet in your awesome-semantic-segmentation-pytorch, which is ImportError: cannot import name '_C' from 'core.nn' . And I don't see "_C" in core.nn, could you help me?

Open zhilyzhang opened this issue 5 years ago • 2 comments

zhilyzhang avatar Nov 04 '19 03:11 zhilyzhang

Did you follow the instruction for installation properly? I mean specially these lines-

cd awesome-semantic-segmentation-pytorch/core/nn python setup.py build develop

if you did and it did the setup correctly then you should not get this error

pyradd avatar Nov 04 '19 13:11 pyradd

Thanks a lot. I'll try it once I have time. 1156153645 邮箱:[email protected] 签名由 网易邮箱大师 定制 On 11/04/2019 21:15, pyradd wrote: Did you follow the instruction for installation properly? I mean specially these lines- cd awesome-semantic-segmentation-pytorch/core/nn python setup.py build develop if you did and it did the setup correctly then you should not get this error — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhilyzhang avatar Nov 09 '19 10:11 zhilyzhang