RobotCarDataset-Scraper
RobotCarDataset-Scraper copied to clipboard
Can't Download Dataset
Hi, I tried using this scrape_mrgdatashare.py
to download data as shown in the README, however, it kept failing.
The command that I used
python scrape_mrgdatashare.py --choice_sensors stereo_centre,vo --choice_runs_file example_list.txt --downloads_dir /Downloads --datasets_file datasets.csv --username <my-username> --password <my-password>
My example_list.txt
2014-12-17-18-18-43
The error message
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mrgdatashare.robots.ox.ac.uk', port=443):
Max retries exceeded with url: /
(Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fae0c22b470>:
Failed to establish a new connection: [Errno 113] No route to host',))
It looked like a network error so I tried to download the GPS data from sequence 2015-02-03-19-43-11 from the website directly, using the link below: https://mrgdatashare.robots.ox.ac.uk/download/?filename=datasets/2015-02-03-19-43-11/2015-02-03-19-43-11_gps.tar but the address was unreachable.
Can you please help? Thanks!
Hello, have you finished downloading?
Nope, I still can't download it. I'm still getting the same error.