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

demo/evaluation misses __init__.py #13

Closed vadimkantorov closed 6 years ago

vadimkantorov commented 6 years ago

I'm getting an error on line from evaluation.SP_GoogLeNet import SP_GoogLeNet. Adding __init__.py to demo/evaluation fixes it.

yeezhu commented 6 years ago

I have fixed it, thank you!