VinVL icon indicating copy to clipboard operation
VinVL copied to clipboard

Errors when downloading image features and pre-training corpus

Open ckzbullbullet opened this issue 3 years ago • 4 comments

Hi,

When I use azcopy to download the features or corpus, I got the errors like this: ./azcopy copy https://biglmdiag.blob.core.windows.net/vinvl/image_features/coco_X152C4_frcnnbig2_exp168model_0060000model.roi_heads.nm_filter_2_model.roi_heads.score_thresh_0.2/model_0060000/ /data/vinvl-datasets --recursive INFO: Scanning...

failed to perform copy command due to error: no SAS token or OAuth token is present and the resource is not public

I tried the original Oscar download links before and they worked fine. Could you please check the problem here?

ckzbullbullet avatar Mar 09 '21 05:03 ckzbullbullet

@ckzbullbullet Did you solve the problem?

pzzhang avatar Apr 16 '21 21:04 pzzhang

@ckzbullbullet @pzzhang Were you able to solve the issue. I am getting similar error when I try to download the models given here - https://github.com/pzzhang/VinVL/blob/main/DOWNLOAD.md#pre-trained-models

azcopy copy https://penzhanwu2.blob.core.windows.net/results/vinvl/od_models/vinvl_vg_x152c4.pth .
INFO: Scanning...

failed to perform copy command due to error: Login Credentials missing. No SAS token or OAuth token is present and the resource is not public

gsrivas4 avatar Apr 23 '21 18:04 gsrivas4

Same here

AndresPMD avatar Jun 22 '21 10:06 AndresPMD

My issue was resolved using the latest links provided on the repo. I had to use https://penzhanwu2.blob.core.windows.net/sgg/sgg_benchmark/vinvl_model_zoo/vinvl_vg_x152c4.pth instead of the old link https://penzhanwu2.blob.core.windows.net/results/vinvl/od_models/vinvl_vg_x152c4.pth. This resolved the error.

gsrivas4 avatar Sep 08 '21 00:09 gsrivas4