-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Add Base Retriever and Image2Image Retriever for retrieval tasks #1055
Conversation
please fix the unit tests. |
Codecov ReportBase: 0.02% // Head: 91.51% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1055 +/- ##
============================================
+ Coverage 0.02% 91.51% +91.48%
============================================
Files 121 135 +14
Lines 8217 10120 +1903
Branches 1368 1630 +262
============================================
+ Hits 2 9261 +9259
+ Misses 8215 654 -7561
- Partials 0 205 +205
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6a69ef2
to
f72d3b7
Compare
b8094b4
to
58fe0b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
during preparing prototype.
bd39330
to
efe2f1a
Compare
…tasks. (open-mmlab#1055) * feat: add image retriever * feat: add image retriever * feat: add image retriever * feat: add image retriever * feat: add image retriever * feat: add image retriever * feat: add image retriever * feat: add image retriever * feat: add image retriever * update retriever * fix lint * add hook unit test * Use `register_buffer` to save prototype vectors and add a progress bar during preparing prototype. * update UTs * update UTs * fix typo * modify the hook Co-authored-by: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com> Co-authored-by: mzr1996 <mzr1996@163.com>
Motivation
Use cases
Note:
InShop
can be found in [Feature] Support InShop Dataset (Image Retrieval). #1019.LinearReduction
can be found in [Feature] add reduction for neck #978.ArcFaceHead
can be found in Add arcface head #926.Checklist
Before PR:
After PR: