mmyolo/tools/model_converters
Qingren 6b52f81c07
[FEATURE] Support YOLOv6 v3.0 face detection (#812)
* support the usage of WIDERFace dataset

* add YOLOv6FaceHead

* add YOLOv6 face detection configs

* add a checkpoint convertion script

* add a face visualizer

* fix a bug of YOLOv6CSPBep initialization
2023-08-23 15:17:25 +08:00
..
convert_kd_ckpt_to_student.py optimize the convert_kd_ckpt_to_student.py file (#647) 2023-03-09 19:07:29 +08:00
ppyoloe_to_mmyolo.py
rtmdet_to_mmyolo.py Rotated object detection and RTMDet-R (#513) 2023-03-02 10:27:46 +08:00
yolov5_to_mmyolo.py [Feature] Support YOLOv5 instance segmentation (#735) 2023-04-27 14:47:52 +08:00
yolov5u_to_mmyolo.py [Feature] Support YOLOv5u inference (#624) 2023-03-07 10:23:13 +08:00
yolov6-face_v3_to_mmyolo.py [FEATURE] Support YOLOv6 v3.0 face detection (#812) 2023-08-23 15:17:25 +08:00
yolov6_to_mmyolo.py
yolov6_v3_to_mmyolo.py [FEATURE] Support YOLOv6 3.0 inference (#744) 2023-04-25 10:22:48 +08:00
yolov7_to_mmyolo.py add yolov7-e6e weight converter (#570) 2023-02-19 21:48:32 +08:00
yolov8_to_mmyolo.py [Feature] Support YOLOv5 instance segmentation (#735) 2023-04-27 14:47:52 +08:00
yolox_to_mmyolo.py