YuanEZhou / Grounded-Image-Captioning

MIT License
62 stars 6 forks source link

bash eval_flickr.sh error #6

Open zhong110020 opened 3 years ago

zhong110020 commented 3 years ago

during bash eval_flickr.sh error

616

YuanEZhou commented 3 years ago

you can try apt-get install openjdk-8-jdk

zhong110020 commented 3 years ago

Thanks very much!

------------------ 原始邮件 ------------------ 发件人: "YuanEZhou/Grounded-Image-Captioning" @.>; 发送时间: 2021年6月16日(星期三) 中午11:42 @.>; @.**@.>; 主题: Re: [YuanEZhou/Grounded-Image-Captioning] bash eval_flickr.sh error (#6)

you can try apt-get install openjdk-8-jdk

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zhong110020 commented 3 years ago

you can try apt-get install openjdk-8-jdk

Still report this error

YuanEZhou commented 3 years ago

It seems that this error caused by java requirements. What is the output when you execute java -version? This is my output. 捕获

zhong110020 commented 3 years ago

It seems that this error caused by java requirements. What is the output when you execute java -version? This is my output. 捕获 java -version,This is my output.

image

YuanEZhou commented 3 years ago

I think this is the problem, you should use java -1.8.0 which needed by SPICE. Maybe you can refer to this link

zhong110020 commented 3 years ago

I think this is the problem, you should use java -1.8.0 which needed by SPICE. Maybe you can refer to this link

Ok i try,thanks!