Conversation
|
Thanks for your contribution! Before merge this PR, you need to format your code with pre-commit. Please run |
projects/LSKNet/README.md
Outdated
| | :----------------------: | :---: | :---: | :-----: | :-----: | :------: | :------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------: | | ||
| | [RTMDet-l](https://arxiv.org/abs/2212.07784) | 90.60 | 97.10 | le90 | 3x | - | - | - | Prev. Best | | ||
| | [ReDet](https://arxiv.org/abs/2103.07733) | 90.46 | 97.63 | le90 | 3x | 2*4 | [redet_re50_refpn_3x_hrsc_le90](./configs/redet/redet_re50_refpn_3x_hrsc_le90.py) | - | Prev. Best | | ||
| | LSKNet_S | 90.65 | 98.46 | le90 | 3x | 1*8 | [lsk_s_fpn_3x_hrsc_le90](./configs/lsknet/lsk_s_fpn_3x_hrsc_le90.py) | [model](https://pan.baidu.com/s/1jRLb5m6tGab6BF1ky1JP6A?pwd=bosr) \| [log](https://pan.baidu.com/s/1f0i5oGn3QseKQLAGMcy4_w?pwd=kn0x) | | |
There was a problem hiding this comment.
Would you like to allow us to host your models on our server?
Co-authored-by: Yue Zhou <592267829@qq.com>
Co-authored-by: Yue Zhou <592267829@qq.com>
Co-authored-by: Yue Zhou <592267829@qq.com>
Co-authored-by: Yue Zhou <592267829@qq.com>
Co-authored-by: Yue Zhou <592267829@qq.com>
zytx121
left a comment
There was a problem hiding this comment.
LGTM. Just wait for the model link to be updated.
projects/LSKNet/README.md
Outdated
|
|
||
| DOTA1.0 | ||
|
|
||
| | Model | mAP | Angle | lr schd | Batch Size | Configs | Download | note | |
There was a problem hiding this comment.
Hi, I uploaded the models and logs to our server. You can update the links in these tables.
pretrained models:
https://download.openmmlab.com/mmrotate/v1.0/lsknet/backbones/lsk_s_backbone-e9d2e551.pth
https://download.openmmlab.com/mmrotate/v1.0/lsknet/backbones/lsk_t_backbone-2ef8a593.pth
lsk_s_fpn_1x_dota_le90:
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_s_fpn_1x_dota_le90/lsk_s_fpn_1x_dota_le90_20230116.log
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_s_fpn_1x_dota_le90/lsk_s_fpn_1x_dota_le90_20230116-99749191.pth
lsk_t_fpn_1x_dota_le90:
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_t_fpn_1x_dota_le90/lsk_t_fpn_1x_dota_le90_20230206.log
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_t_fpn_1x_dota_le90/lsk_t_fpn_1x_dota_le90_20230206-3ccee254.pth
lsk_s_ema_fpn_1x_dota_le90:
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_s_ema_fpn_1x_dota_le90/lsk_s_ema_fpn_1x_dota_le90_20230212.log
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_s_ema_fpn_1x_dota_le90/lsk_s_ema_fpn_1x_dota_le90_20230212-30ed4041.pth
lsk_s_fpn_3x_hrsc_le90:
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_s_fpn_3x_hrsc_le90/lsk_s_fpn_3x_hrsc_le90_20230205.log
https://download.openmmlab.com/mmrotate/v1.0/lsknet/lsk_s_fpn_3x_hrsc_le90/lsk_s_fpn_3x_hrsc_le90_20230205-4a4a39ce.pth
| depths=[2, 2, 4, 2], | ||
| init_cfg=dict( | ||
| type='Pretrained', | ||
| checkpoint='data/pretrained/lsk_s_backbone.pth.tar'), |
|
Hi @zcablii !First of all, we want to express our gratitude for your significant PR in the mmrotate project. Your contribution is highly appreciated, and we are grateful for your efforts in helping improve this open-source project during your personal time. We believe that many developers will benefit from your PR. We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/raweFPmdzG If you have WeChat,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
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
An implementation of LSKNet ("Large Selective Kernel Network for Remote Sensing Object Detection" at: https://arxiv.org/pdf/2303.09030.pdf)
Modification
An implementation of LSKNet ("Large Selective Kernel Network for Remote Sensing Object Detection" at: https://arxiv.org/pdf/2303.09030.pdf)
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.
N/A
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
N/A
Checklist