-
Notifications
You must be signed in to change notification settings - Fork 134
[WIP] Quake Entry for the Streaming Track #336
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for working on this! I recently tried this out on In order to install the Dockerfile, I had to add the line |
|
Hey, Thank you so much for reaching out. The Python/pip version shouldn't matter as all of the logic lives in the C++ code and we use |
|
Hey, |
|
Ok, good to hear that result is what you expect to see, at least at the moment. I assume I could increase recall by increasing the number of probes during search, and maybe the refinement radius/number of refinement iterations? Any other parameters you would suggest tweaking? |
|
I think the primary parameter would be to increase the number of probes. I am actually seeing similar behaviours on the |
|
Hey, I just pushed a couple of updates to this PR to hopefully resolve all of the issues. I have tested:
I have run these experiment on the Azure Standard D8lds v5 as specified on the competition specs. Please let me know if you run into issues on your end |
|
Hey, Thank you so much for verifying. We would like to have Quake appear on the leaderboard, so it would be great if you could run it on the competition spec machines. Do let me know if you run into any issues. |
|
Sounds good. I checked out a competition-spec machine this morning and ran your algorithm. It completed within the hour timeframe with average recall 85.4%. If you're happy with that, go ahead and mark this PR as ready for review, I can merge it and then I'll submit a PR updating the leaderboard. One quick request before publishing--the word "maintenance" seems to be misspelled throughout the entry. Would you mind correcting it before we merge? |
|
Hey, just wanted to give a quick ping on this as I have an upcoming leave starting Nov 26, so it would be great to close before then. I just need validation from you that you're happy with the recall number that I'd be adding to the leaderboard and quick correction of typos, then we can merge. |
|
Hey, Sorry about the delayed response - I can quickly correct the typos but I think we would like to optimize our recall numbers before we add it to the leaderboard. Is Nov 26 a hard deadline? |
|
Unfortunately it is a hard deadline for me to run the code. You would have to get another maintainer to verify after that, and it might take a while. I suggest if you aren't ready for the leaderboard by then, we could still go ahead and merge since the PR is functional, and you could submit a PR with a new config file/edits when you're ready to be an entry on the leaderboard. |




This PR adds a submission for Quake for the streaming track. This PR is still a WIP as we are still tuning some of the parameters