Grounded-Image-Captioning
Grounded-Image-Captioning copied to clipboard
bash eval_flickr.sh error
during bash eval_flickr.sh error
you can try
apt-get install openjdk-8-jdk
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.
you can try
apt-get install openjdk-8-jdk
Still report this error
It seems that this error caused by java requirements. What is the output when you execute java -version
?
This is my output.
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.
I think this is the problem, you should use java -1.8.0 which needed by SPICE. Maybe you can refer to this link
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!