Eskender-B / icnn

Interlinked Convolutional Neural Network for Image Parsing
17 stars 3 forks source link

The code can't run. could you git me some advice? #1

Open xiaohuangdi8 opened 4 years ago

xiaohuangdi8 commented 4 years ago

dear teacher, I'm a Chinese student. I'm studying ICNN. I admire your achievements. I really want to learn more, but there are some problems in running your code. On the premise that the PIL library has been installed, the error prompt is that PILLOW_VERSION can not find. ImportError: cannot import name 'PILLOW_VERSION' from 'PIL' Why? What can I do to run your code? Thank you very much for your help.

hugovk commented 4 years ago

Please upgrade your version of torchvision, for example:

pip install "torchvision>0.5.0"
xiaohuangdi8 commented 4 years ago

thank you!

------------------ 原始邮件 ------------------ 发件人: "Hugo van Kemenade"<notifications@github.com>; 发送时间: 2020年1月19日(星期天) 凌晨2:59 收件人: "Eskender-B/icnn"<icnn@noreply.github.com>; 抄送: "李小龙"<1303150565@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [Eskender-B/icnn] The code can't run. could you git me some advice? (#1)

Please upgrade your version of torchvision, for example: pip install "torchvision>0.5.0"
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hugovk commented 4 years ago

@xiaohuangdi8 Please can you close this issue?

rrryan2016 commented 3 years ago

@xiaohuangdi8 Please can you close this issue?

Hello, sorry for disturbance.

I came across a problem that I cannot re-produce the performance in paper, details in #3 .

Could you please give me any advice on it? Thanks in advance.