Nanne / pytorch-NetVlad

Pytorch implementation of NetVlad including training on Pittsburgh.
433 stars 109 forks source link

There is no specific data of the image in the【pitts30k_train.mat】 file? #81

Closed wpumain closed 1 year ago

wpumain commented 1 year ago

https://www.di.ens.fr/willow/research/netvlad/data/netvlad_v100_datasets.tar.gz。 I downloaded the netvlad_v100_datasets.tar.gz file from the download link you gave in the readme.md file. There are many mat files in the netvlad_v100_datasets.tar.gz file, such as pitts30k_train.mat. The storage path of each photo and the coordinates of each image are stored in the mat file, but there is no specific information about each image, right? For example, the path of a image stored in the mat file is ''000/000426_pitch1_yaw1.jpg'', so where can I get the image 000426_pitch1_yaw1.jpg?

Nanne commented 1 year ago

That file is just the dataset specification, you still need to download the actual images; see here for more info: https://github.com/Relja/netvlad/issues/42