Logo
Explore Help
Register Sign In
mirrors/mmyolo
1
0
Fork 0
You've already forked mmyolo
mirror of https://github.com/open-mmlab/mmyolo.git synced 2025-06-03 15:00:20 +08:00
Code Issues Projects Releases Wiki Activity
mmyolo/configs/rtmdet/rtmdet_m_syncbn_fast_8xb32-300e_coco.py

10 lines
321 B
Python
Raw Normal View History

[Feature] Implement fast version of RTMDet. (#425) * Accelerate RTMDet * update * update * update * update1 * update2 * update pipeline * update lr cudnnbenchmark * revert batchsize * fix batch inference * refactor head * update box * bs=16 * update * move reduce mean * update head * per img loss * fix * fix sum * concat loss * batch dsla * sort topk * bs 32 * clean code * update readme * update ut * update checkpoint * num_class * clean code * resolve comments * fix readme * fix ut Co-authored-by: huanghaian <huanghaian@sensetime.com> Co-authored-by: hha <1286304229@qq.com>
2023-01-04 16:06:44 +08:00
_base_ = './rtmdet_l_syncbn_fast_8xb32-300e_coco.py'
[Feature] Support RTMDet (#85) * add cspnext * add neck * update * align s,tiny test * update * update * fix bug of UT * fix typehint * fix resize bug * update s and tiny * update s and tiny link * update convert * add cls config with rtmdet * update config * fix ci error Co-authored-by: wanghonglie <wanghonglie@pjlab.org.cn>
2022-09-29 16:34:13 +08:00
deepen_factor = 0.67
widen_factor = 0.75
model = dict(
backbone=dict(deepen_factor=deepen_factor, widen_factor=widen_factor),
neck=dict(deepen_factor=deepen_factor, widen_factor=widen_factor),
bbox_head=dict(head_module=dict(widen_factor=widen_factor)))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1423ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API