gujiuxiang / MIL.pytorch

PyTorch implementation of Multiple-instance learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named Image

MaxwellRebo opened this issue · comments

File "test.py", line 12, in <module>
    import Image
ImportError: No module named Image

Using Python 2.7, attempting to import Image directly gives an ImportError as above. Doing

from PIL import Image

seems to work. Perhaps this should be changed in test.py?

Thanks for your suggestion, I will have a look at this issue.