RobotCarDataset-Scraper
RobotCarDataset-Scraper copied to clipboard
Downloads files matching patterns from the Oxford Robotcar Dataset website
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...
Hello, do you have any data download links such as Google Drive?
Hi, Thanks for your work that performs an automatic download of all datasets. But when I run the code as below: `python scrape_mrgdatashare.py --downloads_dir /Downloads --datasets_file datasets.csv --username USERNAME --password...
Hi, I have tried to download data using the docker image. ``` python scrape_mrgdatashare.py --choice_sensors stereo_centre,vo,lms_front --choice_runs_file example_list.txt --downloads_dir /Downloads --datasets_file datasets.csv --username USERNAME --password PASSWORD ``` But it is...