layumi / University1652-Baseline

ACM Multimedia2020 University-1652: A Multi-view Multi-source Benchmark for Drone-based Geo-localization :helicopter: annotates 1652 buildings in 72 universities around the world.

Home Page:https://arxiv.org/abs/2002.12186

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University-Release Dataset (class 1209)

Midlij opened this issue · comments

Thank you for providing the University1652 dataset.
I was running the code, but it stopped executing due to not finding any files in the class 1209 under the "/test/gallery_street" folder.
Is the data for class 1209 missing or is it just an issue on end?

Hi @Midlij

Some location does not contain the google street viewpoints. So we do not collect any street images.
Yes. We need to skip such query during test.

Hi @layumi,

I am running train_no_street.py, and I am getting the following error.

Traceback (most recent call last):
  File "train_no_street.py", line 364, in <module>
    os.mkdir(dir_name)
FileNotFoundError: [Errno 2] No such file or directory: './model/two_view'

Where do I find the "model" folder from?

Hi @Midlij
I guess you only need to mkdir ./model first.