VPR-datasets-downloader icon indicating copy to clipboard operation
VPR-datasets-downloader copied to clipboard

nordland download url is out of date

Open BanaBear opened this issue 3 months ago • 7 comments

hello, i found that the url is out of date in download_nordland.py and i can't find the cleanImageNames.txt, could you fix this problem? thanks!!

util1.download_heavy_file("https://cloudstor.aarnet.edu.au/plus/s/8L7loyTZjK0FsWT/download?path=%2F&files=summer.tar.gz", join(raw_data_folder, "summer.tar.gz")) util1.download_heavy_file("https://cloudstor.aarnet.edu.au/plus/s/8L7loyTZjK0FsWT/download?path=%2F&files=winter.tar.gz", join(raw_data_folder, "winter.tar.gz")) util1.download_heavy_file("https://cloudstor.aarnet.edu.au/plus/s/8L7loyTZjK0FsWT/download?path=%2F&files=cleanImageNames.txt&downloadStartSecret=crd03ou9qji", join(raw_data_folder, "cleanImageNames.txt"))

BanaBear avatar Mar 29 '24 09:03 BanaBear