tancik / learnit

MIT License
159 stars 27 forks source link

How to split the dataset for phototoursim experiments? #3

Closed sanowar-raihan closed 3 years ago

sanowar-raihan commented 3 years ago

Hi, thanks for the great work! It is really cool to see how simple meta-learning algorithms can be useful for phototourism.

But I couldn't find any splits file mentioning which images to use for test and validation. How do you make the split for different landmark scenes?

tancik commented 3 years ago

The splits are done in the code - https://github.com/tancik/learnit/blob/main/Experiments/phototourism.ipynb Essentially the first 20 images are test, the next 5 are validation, and the remainder are training.

sanowar-raihan commented 3 years ago

Got it, thanks!