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

Config for Cambridge dataset #39

Open
LexaNagiBator228 opened this issue Nov 13, 2024 · 1 comment
Open

Config for Cambridge dataset #39

LexaNagiBator228 opened this issue Nov 13, 2024 · 1 comment

Comments

@LexaNagiBator228
Copy link

LexaNagiBator228 commented Nov 13, 2024

Hello, could you plz suggest the training and test config parameters for Cambridge Landmarks dataset? The default config works quite good for 7 scenes, but test performance for Cambridge Landmarks is not that good. Did you use different training parameters?
frame_00109

@tcavallari
Copy link
Collaborator

Hello, apologies for the delay.

Yes, the default config is not great on the Cambridge Landmarks dataset, we ran some analysis in the paper and found that using a simple ensemble model (where the scene is split into multiple disjoint clusters and an ACE network is trained for each cluster) we could get much better performance.

You can try using this script to to train an ensemble of 4 ACE models: ./scripts/train_cambridge_ensemble.sh 4. That should replicate our paper results.

You can also play with the training parameters, e.g. increasing the number of training iterations/buffer size/batch size, etc...

Let us know if you have further questions.

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