-
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] Support DaViT #1105
[Feature] Support DaViT #1105
Conversation
Codecov ReportBase: 0.02% // Head: 91.17% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1105 +/- ##
============================================
+ Coverage 0.02% 91.17% +91.15%
============================================
Files 121 131 +10
Lines 8217 10055 +1838
Branches 1368 1574 +206
============================================
+ Hits 2 9168 +9166
+ Misses 8215 675 -7540
- Partials 0 212 +212
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. |
* add davit * fix mixup config * convert scripts * lint * test * test * Add checkpoint links. Co-authored-by: mzr1996 <[email protected]>
Motivation
paper: https://arxiv.org/abs/2204.03645
code: https://github.com/dingmyu/davit
#1096
Before PR:
After PR: