mmyolo/tools/model_converters
whcao 6f38b781bd
[Feature] Add RTMDet distillation cfg (#544)
* add rtm distillation cfg

* rename the cfg file

* use norm connector

* fix cfg

* fix cfg

* support rtm distillation

* fix readme and cfgs

* fix readme

* add docstring

* add links of ckpts and logs

* Update configs/rtmdet/README.md

Co-authored-by: RangiLyu <lyuchqi@gmail.com>

* fix cfgs

* rename stop distillation hook

* rename stop_epoch

* fix cfg

* add model converter

* add metafile and tta results

* fix metafile

* fix readme

* mv distillation/metafile to metafile

---------

Co-authored-by: RangiLyu <lyuchqi@gmail.com>
2023-03-01 16:20:45 +08:00
..
convert_kd_ckpt_to_student.py [Feature] Add RTMDet distillation cfg (#544) 2023-03-01 16:20:45 +08:00
ppyoloe_to_mmyolo.py
rtmdet_to_mmyolo.py
yolov5_to_mmyolo.py
yolov6_to_mmyolo.py
yolov7_to_mmyolo.py add yolov7-e6e weight converter (#570) 2023-02-19 21:48:32 +08:00
yolov8_to_mmyolo.py
yolox_to_mmyolo.py