-
Notifications
You must be signed in to change notification settings - Fork 574
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
[Refactor] Rotated ATSS with centerness loss #496
Closed
Closed
Conversation
This file contains 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
dd42c74
to
bd986f1
Compare
This was referenced Sep 6, 2022
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.
In mmrotate-0.x, Rotated ATSS has no centerness loss.
Plan to add the
use_centerness
flag inRotatedATSSHead
to switch the two kinds of Rotated ATSS.riou_loss mode=linear (same with GIoULoss in mmdet.)
------1------
AP50: 0.7312906896760963
AP75: 0.43664404012041336
mAP: 0.4304565774698836
------2------
AP50: 0.7316846289886397
AP75: 0.44474540376861926
mAP: 0.4322204658904716
riou_loss mode=square
AP50: 0.727048421917964
AP75: 0.44485995373251935
mAP: 0.4328788567961608
riou_loss mode=log
AP50: 0.5760913813425714
AP75: 0.2898615712939455
mAP: 0.3122504381802371