microsoft / scene_graph_benchmark

image scene graph generation benchmark
MIT License
385 stars 86 forks source link

How to download the dataset for GQA? #59

Open uehara-mech opened 2 years ago

uehara-mech commented 2 years ago

In your config directory, it looks like there is a configuration file ( sgg_configs/vrd/gqa_X152C4_vrd.yaml ) for the GQA dataset. I tried to download the GQA dataset with the following command, but it did not work.

$ path/to/azcopy copy 'https://penzhanwu2.blob.core.windows.net/sgg/sgg_benchmark/datasets/gqa' <target folder> --recursive

INFO: Scanning...
INFO: Any empty folders will not be processed, because source and/or destination doesn't have full folder support

Could you please tell me the correct command to download the GQA dataset?