linjieli222 / HERO

Research code for EMNLP 2020 paper "HERO: Hierarchical Encoder for Video+Language Omni-representation Pre-training"

Home Page:https://arxiv.org/abs/2005.00200

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to download pretrained models & features

yliu-cs opened this issue · comments

It seems that link provided in download_pretrained.sh and download_vcr.sh is not working.
I got following error executing those scripts:

--2022-12-09 09:58:39--  https://convaisharables.blob.core.windows.net/hero/pretrained/hero-tv-ht100.pt
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 218.4.189.4
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|218.4.189.4|:443... connected.
ERROR: no certificate subject alternative name matches
        requested host name ‘convaisharables.blob.core.windows.net’.
To connect to convaisharables.blob.core.windows.net insecurely, use `--no-check-certificate'.

when use --no-check-certificate:

--2022-12-09 09:58:49--  https://convaisharables.blob.core.windows.net/hero/pretrained/hero-tv-ht100.pt
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 218.4.189.4
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|218.4.189.4|:443... connected.
WARNING: no certificate subject alternative name matches
        requested host name ‘convaisharables.blob.core.windows.net’.
HTTP request sent, awaiting response... 400 
2022-12-09 09:58:49 ERROR 400: (no description).

When I visit https://convaisharables.blob.core.windows.net/hero directly through my browser, the page shows ResourceNotFound.

Could you provide a available link or resolve the issue above?

Thank you😊

Sorry to interrupt, this problem caused by my network