[Algorithm] Support Circular Smooth Label (CSL, ECCV'20)#153
[Algorithm] Support Circular Smooth Label (CSL, ECCV'20)#153ZwwWayne merged 16 commits intoopen-mmlab:devfrom yangxue0827:main
Conversation
Bump version to v0.1.1
Codecov Report
@@ Coverage Diff @@
## dev #153 +/- ##
==========================================
- Coverage 28.67% 28.30% -0.38%
==========================================
Files 102 108 +6
Lines 6604 6967 +363
Branches 990 1048 +58
==========================================
+ Hits 1894 1972 +78
- Misses 4646 4927 +281
- Partials 64 68 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
configs/csl/rotated_retinanet_obb_csl_gaussian_r50_fpn_fp16_1x_dota_le90.py
Show resolved
Hide resolved
| Paper: | ||
| URL: None | ||
| Title: 'Arbitrary-Oriented Object Detection with Circular Smooth Label' | ||
| README: configs/csl/README.md |
There was a problem hiding this comment.
Paper URL and README are incorrect. And need a Code field.
There was a problem hiding this comment.
@jbwang1997 We previously referenced MMPose's metafile.yml setting, so there is no code field. Maybe, we could propose another PR later to modify it uniformly.
jbwang1997
left a comment
There was a problem hiding this comment.
Have a little metafile.yml error. Others look good to me.
|
The model's weights and logs have been uploaded. |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Support Circular Smooth Label (CSL, ECCV'20) for #117.
Special thanks to liuyanyi for his help.
Modification
BC-breaking (Optional)
Does the modification introduce changes that break the back-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist