RitaRamo / smallcap

SmallCap: Lightweight Image Captioning Prompted with Retrieval Augmentation
88 stars 17 forks source link

Stanford models for computing SPICE #12

Closed gyjung975 closed 11 months ago

gyjung975 commented 11 months ago

Hi, I have a problem downloading stanford-corenlp file.

In coco-caption/get_stanford_models.sh,

CORENLP=stanford-corenlp-full-2015-12-09
wget http://nlp.stanford.edu/software/$CORENLP.zip

and I also try wget http://nlp.stanford.edu/software/$CORENLP.zip --no-check-certificate

But I got this in linux Unable to establish SSL connection.

I couldn't even access the URL and homepage.. https://stanfordnlp.github.io/CoreNLP/download.html

I would appreciate it if you could tell me what the problem is or send me the file. Thank you

YovaKem commented 11 months ago

I have no trouble accessing the homepage so perhaps this is a local issue. If the issue persists, you can contact the authors of the evaluation package directly, as they would be best equipped to help you.

gyjung975 commented 11 months ago

Thank you for answer. I will contact the authors directly.