yeezhu / SPN.pytorch

PyTorch implementation of "Soft Proposal Networks for Weakly Supervised Object Localization", ICCV 2017.
http://yzhu.work/spn.html
MIT License
211 stars 37 forks source link

no '_libspn'? #22

Closed yian2271368 closed 6 years ago

yian2271368 commented 6 years ago

hey, i have finished maks.sh, and now trying to run the code, but in /spnlib/spn/_ext/libspn/init.py there is a from ._libspn import lib as _lib, which occurs the error. I found there is no file or module callled '._libspn'? I am so confused, and will really appreciate your help! @yeezhu

yian2271368 commented 6 years ago

the issue might be the version of python i use, should change to python 3.5