Datasets:
Dataset Viewer issue: ClientConnectorError: Cannot connect to host visualgenome.org:443 ssl:default [Connect call failed ('54.87.32.87', 443)]
The dataset viewer is not working.
Error details:
Error code: StreamingRowsError
Exception: FileNotFoundError
Message: https://visualgenome.org/static/data/dataset/attributes_v1.json.zip
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/aiohttp/connector.py", line 980, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1065, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1050, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 961, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('54.87.32.87', 443)
The host server is down: https://visualgenome.org/
We have contacted the dataset authors.
@albertvillanova Did you get any reply? the dataset is still down
Hi @palaashag .
Unfortunately, we didn't received any answer yet. I have just resent a reminder...
@palaashag @albertvillanova any other url that we can download this dataset?
how can help u who can not find where to download the dataset :)
I have a copy of most of the files in Kaggle, but the images:
https://www.kaggle.com/datasets/mathurinache/visual-genome
The images seem to still be available at:
https://cs.stanford.edu/people/rak248/VG_100K_2/images.zip
https://cs.stanford.edu/people/rak248/VG_100K_2/images2.zip
I hope this helps.
The authors just replied to us with their new URL: https://homes.cs.washington.edu/~ranjay/visualgenome/
We have fixed the datasets
loading script, which is operative again:
ds = load_dataset("visual_genome", "attributes_v1.0.0")
thanks @albertvillanova