gmberton / VPR-datasets-downloader

Automatic download VPR datasets in a standard format
MIT License
111 stars 18 forks source link

Bug in format_pitts250k? #6

Closed xjh19971 closed 1 year ago

xjh19971 commented 1 year ago

In format_pittes250k.py L55-56

copy_images(f"{dataset_folder}/images/{dataset}/queries", q_images, q_utms)
copy_images(os.path.join(dataset_folder, 'images', dataset, 'queries'), q_images, q_utms)

Seems like these two lines are duplicated and cause an error.

gmberton commented 1 year ago

Right, I removed the first line, it should work properly now. Thank you for the issue :-)