AdrianHR commited on
Commit
a0e5654
·
1 Parent(s): 6ea1150

fix: Remove signs that caused error in introtext

Browse files
Files changed (1) hide show
  1. introtext.txt +1 -1
introtext.txt CHANGED
@@ -1,7 +1,7 @@
1
  ### This is a demo of what Geolocalization can look like in a city-wide setting.
2
  Geolocalization is the task of predicting where an image was taken using only its pixels. A database or "gallery" of images from all over Stockholm has been put together.
3
  A set of query images has also been put together, these images were taken from the same location as the images in the database, but at a different time, often years apart.
4
- When you click the button you will see i) a random or specified query image out of 3000 possible, and 2) the model prediction of the most similar images from the database.
5
 
6
  The plot of images shows the query image as the leftmost image, and then the 5 most similar images according to the model.
7
  The map shows the locations of the 5 most similar images as blue dots and the red circle is the ground truth of the query.
 
1
  ### This is a demo of what Geolocalization can look like in a city-wide setting.
2
  Geolocalization is the task of predicting where an image was taken using only its pixels. A database or "gallery" of images from all over Stockholm has been put together.
3
  A set of query images has also been put together, these images were taken from the same location as the images in the database, but at a different time, often years apart.
4
+ When you click the button you will see a random or specified query image out of 3000 possible, and the model prediction of the most similar images from the database.
5
 
6
  The plot of images shows the query image as the leftmost image, and then the 5 most similar images according to the model.
7
  The map shows the locations of the 5 most similar images as blue dots and the red circle is the ground truth of the query.