- Notifications
You must be signed in to change notification settings - Fork2.8k
[Fix] Add out_channels inCascadeEncoderDecoder and update OCRNet and MobileNet v2 results#2656
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Codecov ReportBase:83.44% // Head:83.44% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@## dev-1.x #2656 +/- ##======================================== Coverage 83.44% 83.44% ======================================== Files 147 147 Lines 8620 8621 +1 Branches 1293 1293 ========================================+ Hits 7193 7194 +1 Misses 1205 1205 Partials 222 222
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 ushow you rate us. Have a feature suggestion?Share it here. ☔ View full report at Codecov. |
CascadeEncoderDecoder and update OCRNet and MobileNet v2 results* [attention] Fix attention* fix* correct
…nd MobileNet v2 results (open-mmlab#2656)## MotivationAs title.## Modification1. update results in readme2. fix attr error in cascade encoder decoder
Motivation
As title.
Modification