mmyolo/tests/test_models/test_necks
Qingren 9f3adc426f
[FEATURE] Support YOLOv6 3.0 inference (#744)
* [FEATURE] Support YOLOv6 3.0 inference

* add CSPSPPFBottleneck module for YOLOv6 3.0 backbone

* add BiFusion module, YOLOv6RepBiPAFPN module for YOLOv6 3.0 neck

* modify YOLOv6HeadModule to support YOLOv6 3.0 head

* add a yolov6v3 l/m/s/t/n conifgs

* [Fix] Modify YOLOv6 3.0 neck

* Modify YOLOv6RepBiPAFPN

* Add unit tests

* [Fix] Modify configs

* Rename yolov6_v3 configs

* Fix a bug in building BiFusion Module

* Add a checkpoint convert script
2023-04-25 10:22:48 +08:00
..
__init__.py Upgrade pre commit hooks (#129) 2022-10-13 17:39:52 +08:00
test_cspnext_pafpn.py [Feature] Support RTMDet (#85) 2022-09-29 19:09:56 +08:00
test_ppyoloe_csppan.py [Feature] Support PPYOLOE inference (#145) 2022-11-03 19:03:06 +08:00
test_yolov5_pafpn.py Add UT and other code 2022-09-18 13:17:03 +08:00
test_yolov6_pafpn.py [FEATURE] Support YOLOv6 3.0 inference (#744) 2023-04-25 10:22:48 +08:00
test_yolov7_pafpn.py [Feature] Support YOLOv7 P5 training (#243) 2022-11-21 17:30:19 +08:00
test_yolov8_pafpn.py [Feature] Support YOLOv8 inference (#445) 2023-01-11 19:01:06 +08:00
test_yolox_pafpn.py Add UT and other code 2022-09-18 13:17:03 +08:00