[Feature] Add Base Retriever and Image2Image Retriever for retrieval tasks#1055
Merged
mzr1996 merged 17 commits intoopen-mmlab:dev-1.xfrom Nov 2, 2022
Merged
[Feature] Add Base Retriever and Image2Image Retriever for retrieval tasks#1055mzr1996 merged 17 commits intoopen-mmlab:dev-1.xfrom
mzr1996 merged 17 commits intoopen-mmlab:dev-1.xfrom
Conversation
Collaborator
|
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. |
Ezra-Yu
requested changes
Sep 28, 2022
Ezra-Yu
requested changes
Sep 29, 2022
6a69ef2 to
f72d3b7
Compare
b8094b4 to
58fe0b4
Compare
during preparing prototype.
bd39330 to
efe2f1a
Compare
mzr1996
added a commit
to mzr1996/mmpretrain
that referenced
this pull request
Nov 24, 2022
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Use cases
Note:
InShopcan be found in [Feature] Support InShop Dataset (Image Retrieval). #1019.LinearReductioncan be found in [Feature] add reduction for neck #978.ArcFaceHeadcan be found in Add arcface head #926.Checklist
Before PR:
After PR: