-
Notifications
You must be signed in to change notification settings - Fork 751
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] Rec TTA #1401
[Feature] Rec TTA #1401
Conversation
Codecov ReportBase: 88.32% // Head: 88.32% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1401 +/- ##
===========================================
- Coverage 88.32% 88.32% -0.01%
===========================================
Files 175 176 +1
Lines 10896 10919 +23
Branches 1527 1533 +6
===========================================
+ Hits 9624 9644 +20
- Misses 992 993 +1
- Partials 280 282 +2
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. |
Also update the documentation |
open-mmlab/mmengine#611 is required.
To support Test-Time-Aug (TTA).
Modification
EncoderDecoderRecognizerTTAModel
inherited from theBaseTTAModel
in MMEngine.--tta
option intools/test.py
to enable TTA during the test.Use cases
To use the default TTA
To use your own custom TTA method
tta_model
andtta_pipeline
in your config file: