GithubHelp home page GithubHelp logo

Comments (4)

amaralibey avatar amaralibey commented on September 25, 2024

Hello @whu-lyh,

Printing the numpy objects will provide a visual representation of how they were created.

We aim to populate the dbImages.npy file with filenames of reference images to avoid the need for listing a directory and reading the image names one by one. Similarly, we intend to store the filenames of query images in the qImages.npy file.

In certain datasets, not all queries are taken into consideration, which is why a qIdx.npy is utilized. This array contains the indices of the queries that are actually used.

Additionally, there is a ground_truth list of lists, where each inner list corresponds to a specific query. To be precise, ground_truth[0] is a list containing the indices from dbImages.npy that represent positive matches for the first query, specifically qImages[qIdx[0]].

from gsv-cities.

whu-lyh avatar whu-lyh commented on September 25, 2024

Well. Thank you very much. About sequence images,how should I filter the images as query? May be a constant distance,e.g. 10m, to select one image?

from gsv-cities.

amaralibey avatar amaralibey commented on September 25, 2024

@whu-lyh,
In general, in Visual Place Recognition, images are considered to belong to the same place if they are less than 25 meters appart. There is no theoretical explanation behind this, it's just that the first authors used this distance and we followed along.

To create a query and identify its associated positive images, you can consider selecting images that are within a maximum distance of 25 meters from the query as correct matches.

When creating multiple queries, ensure that there is a minimum distance of 50 meters between each other to avoid any overlap.

from gsv-cities.

whu-lyh avatar whu-lyh commented on September 25, 2024

I got it, thanks!!

from gsv-cities.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.