-
Notifications
You must be signed in to change notification settings - Fork 619
[Refactor] refactor gwd&kld #509
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
Merged
RangiLyu
merged 13 commits into
open-mmlab:dev-1.x
from
Justice-Eternal:refactor_gwd_kld
Sep 16, 2022
Merged
[Refactor] refactor gwd&kld #509
RangiLyu
merged 13 commits into
open-mmlab:dev-1.x
from
Justice-Eternal:refactor_gwd_kld
Sep 16, 2022
Conversation
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
ee88383 to
9713486
Compare
In two stage detectors and refine single stage detectors, the bboxes can be Tensor.
liuyanyi
reviewed
Sep 16, 2022
configs/kld/rotated_retinanet_obb_kld_stable_r50_adamw_fpn_1x_dota_le90.py
Outdated
Show resolved
Hide resolved
liuyanyi
approved these changes
Sep 16, 2022
Collaborator
liuyanyi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
RangiLyu
approved these changes
Sep 16, 2022
triple-Mu
pushed a commit
to triple-Mu/mmrotate
that referenced
this pull request
Jan 31, 2023
* init * fix lint * update * update coder * init * fix lint * fix bug in DOTA metric * Update delta_xywht_hbbox_coder.py * support tensor input when coder.decode. In two stage detectors and refine single stage detectors, the bboxes can be Tensor. * Update rotated_retinanet_obb_r50_fpn_1x_dota_le90.py * support use_box_type in coder * fix bug * fix
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.
PR #508 is required.
Experiments
rotated_retinanet_hbb_kld_r50_fpn_1x_dota_oc.py
report AP50: 69.94
AP50: 0.6941419586900229
AP75: 0.38747647776794375
mAP: 0.3974298787968983
rotated_retinanet_hbb_gwd_r50_fpn_1x_dota_oc.py
report AP50: 69.55
AP50: 0.686713710293614
AP75: 0.4008076515651367
mAP: 0.39958010923814086