-
Notifications
You must be signed in to change notification settings - Fork 576
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] Gliding vertex (qbox version) #520
Merged
Merged
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
7 tasks
liuyanyi
previously approved these changes
Oct 14, 2022
RangiLyu
approved these changes
Oct 14, 2022
zytx121
added a commit
to Justice-Eternal/mmrotate
that referenced
this pull request
Oct 16, 2022
* Update s2anet_r50_fpn_fp16_1x_dota_le135.py * add UT * Update test_delta_midpointoffset_rbbox_coder.py * update * fix lint * update * update * add rbox version * fix * add UT * fix lint
Merged
triple-Mu
pushed a commit
to triple-Mu/mmrotate
that referenced
this pull request
Jan 31, 2023
* Update s2anet_r50_fpn_fp16_1x_dota_le135.py * add UT * Update test_delta_midpointoffset_rbbox_coder.py * update * fix lint * update * update * add rbox version * fix * add UT * fix lint
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.
nms_qbox
andbox_iou_qbox
are required in MMCVExperiments
gliding_vertex_r50_fpn_1x_dota_le90.py
nms_rotated & merge(rbox)
report: 73.23
AP50: 0.7372587373211192
AP75: 0.37680789715768237
mAP: 0.39785740345399534
nms_quadri & merge(rbox) iou_thr=0.1
AP50: 0.7362829357289702
AP75: 0.3749092724927537
mAP: 0.3978762499250482
nms_quadri & merge(qbox)
AP50: 0.7061511441138075
AP75: 0.3754383915917645
mAP: 0.38538783994321235