GithubHelp home page GithubHelp logo

About reproduction about openibl HOT 5 CLOSED

yxgeee avatar yxgeee commented on August 15, 2024
About reproduction

from openibl.

Comments (5)

yxgeee avatar yxgeee commented on August 15, 2024
  1. The loss seems normal. The convergence may be slow in later epochs.
  2. The best model selected by validation results may not achieve the optimal performance on the test set. The model reported in the paper was selected from the last epoch of the 4th generation. Since there may exist training randomness, it is recommended to test the five checkpoints in the last generation and choose the best-performing one.
  3. If you use the default settings on one GPU, only one triplet will be adopted for training in each mini-batch. Try to modify --tuple-size in the training scripts to adopt more triplets on one GPU for training. In my experiments, I adopted 4 GPUs and one triplet on each GPU, thus a batch of 4 triplets is used. In case the GPU memory is not enough for 4 triplets on only one 2080TI, maybe you need to decrease the learning rate to fit your batch size.

from openibl.

zhangpj avatar zhangpj commented on August 15, 2024

@yxgeee All right, thanks for your suggestion, I will have a try.

from openibl.

zhangpj avatar zhangpj commented on August 15, 2024

@yxgeee Hi, in your paper, you also evaluated SFRS on Oxford 5k, Paris 6k and Holidays datasets, can you share source codes that evaluate SFRS on those datasets, or tell me how do you evaluate SFRS on Oxford 5k, Paris 6k and Holidays datasets?

from openibl.

yxgeee avatar yxgeee commented on August 15, 2024

My colleague helps me test SFRS on retrieval datasets, and maybe I will merge these code in this repo after re-organization. We strictly follow all the same settings (e.g. image size, augmentation, etc.) as SARE and NetVLAD. So you could also refer to their code for evaluation details.

from openibl.

zhangpj avatar zhangpj commented on August 15, 2024

Ok, thank you.

from openibl.

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.