Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

University-Release Dataset (class 1209) #34

Open
Midlij opened this issue Feb 15, 2023 · 3 comments
Open

University-Release Dataset (class 1209) #34

Midlij opened this issue Feb 15, 2023 · 3 comments

Comments

@Midlij
Copy link

Midlij commented Feb 15, 2023

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?

@layumi
Copy link
Owner

layumi commented Feb 16, 2023

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.

@Midlij
Copy link
Author

Midlij commented Feb 21, 2023

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?

@layumi
Copy link
Owner

layumi commented Feb 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants