I am currently trying to download the dataset using the provided download_data.py script, but I consistently receive a connection timeout error when attempting to access the MinIO server:
airlab-share-02.andrew.cmu.edu:9000
It appears that the MinIO server may not be publicly accessible (possibly restricted to internal CMU network or VPN).
Got error as following
Traceback (most recent call last):
File "d:\Anaconda\Lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\Anaconda\Lib\site-packages\urllib3\util\connection.py", line 95, in create_connection
raise err
File "d:\Anaconda\Lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPConnection object at 0x000002A584575650>, 'Connection to airlab-share-02.andrew.cmu.edu timed out. (connect timeout=300)')
During handling of the above exception, another exception occurred:
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='airlab-share-02.andrew.cmu.edu', port=9000):
Max retries exceeded with url: /wit-uas-dataset?location=
(Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000002A584575650>,
'Connection to airlab-share-02.andrew.cmu.edu timed out. (connect timeout=300)'))
Could you please clarify:
Is VPN access required to download the dataset?
is the MinIO server restricted to internal CMU network?
Additionally, would it be possible to provide an alternative public download mirror with Google Drive, Kaggle,... etc. That would be so helpfull, thank you
I am currently trying to download the dataset using the provided download_data.py script, but I consistently receive a connection timeout error when attempting to access the MinIO server:
airlab-share-02.andrew.cmu.edu:9000It appears that the MinIO server may not be publicly accessible (possibly restricted to internal CMU network or VPN).
Got error as following
Could you please clarify:
Is VPN access required to download the dataset?
is the MinIO server restricted to internal CMU network?
Additionally, would it be possible to provide an alternative public download mirror with Google Drive, Kaggle,... etc. That would be so helpfull, thank you