Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.82k stars 581 forks source link

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? #100

Open zhilyzhang opened 4 years ago

pyradd commented 4 years ago

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

zhilyzhang commented 4 years ago

Thanks a lot. I'll try it once I have time. 1156153645 邮箱:1156153645@qq.com 签名由 网易邮箱大师 定制 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.