Merged
Conversation
hhaAndroid
reviewed
Dec 8, 2022
hhaAndroid
reviewed
Dec 8, 2022
hhaAndroid
reviewed
Dec 12, 2022
hhaAndroid
reviewed
Jan 3, 2023
configs/centernet/centernet_r18-dcnv2_8xb16-crop512-140e_coco.py
Outdated
Show resolved
Hide resolved
RangiLyu
reviewed
Jan 3, 2023
RangiLyu
reviewed
Jan 3, 2023
RangiLyu
reviewed
Jan 3, 2023
Member
RangiLyu
left a comment
There was a problem hiding this comment.
Remember to update the document of TTA after the usage is confirmed.
Member
|
@zytx121 Please synchronize the latest code to ensure that ci can pass |
hhaAndroid
reviewed
Jan 16, 2023
configs/centernet/centernet_r18-dcnv2_8xb16-crop512-140e_coco.py
Outdated
Show resolved
Hide resolved
Collaborator
Author
Done. |
RangiLyu
reviewed
Feb 8, 2023
RangiLyu
previously approved these changes
Feb 8, 2023
Member
RangiLyu
left a comment
There was a problem hiding this comment.
LGTM. It would be better if you can add a warning in test.py if there is no tta_cfg in the config.
Member
|
Add the use case to docs/en/user_guides/test.md |
Collaborator
Author
Done. |
RangiLyu
reviewed
Feb 9, 2023
RangiLyu
previously approved these changes
Feb 9, 2023
hhaAndroid
previously approved these changes
Feb 9, 2023
ZwwWayne
reviewed
Feb 9, 2023
ZwwWayne
reviewed
Feb 9, 2023
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
yumion
pushed a commit
to yumion/mmdetection
that referenced
this pull request
Jan 31, 2024
…mlab#9452) Co-authored-by: RangiLyu <lyuchqi@gmail.com> Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.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.
open-mmlab/mmengine#611 is required.
To support Test-Time-Aug (TTA).
Modification
DetTTAModelinherited from theBaseTTAModelin MMEngine.--ttaoption intools/test.pyto enable TTA during the test.Use cases
To use the default TTA (average the classification scores of images w/ and w/o flip)
To use your own custom TTA method
tta_modelandtta_pipelinein your config file:Checklist