tensorflow / tensorflow/models
How does DELF / DELG feature size & number impact recognition on Google Landmarks ?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am using DELG pre-trained on Google Landmarks v2-clean to perform landmark recognition on a large homemade dataset containing millions of images.
I adapted the extract_features.py script to generate features from the GLv2-clean dataset (instead of the given Oxford/Paris code), but I am a bit concerned about the local feature size for each image (around 500 KB per sample) since the features for the whole GLv2 dataset would take up to 1TB of space, which is more than the original dataset size.
So far, I have left the default configuration provided unchanged.
Has anyone experimented with the use_pca parameter of the config file, and how does it affect recognition/retrieval performance? I guess you could also tune the score threshold or the max number of features per image, but again, I am afraid of significatively lowering performance.
Thank you very much in advance
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the adapted extract_features.py workflow and the configuration controlling use_pca, score threshold, and maximum features per image. Review how these settings affect DELF/DELG feature size, then compare recognition or retrieval results on Google Landmarks v2-clean; document the observed trade-offs and recommended settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100