iscyy / yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀
https://github.com/iscyy/yoloair
GNU General Public License v3.0
2.51k stars 430 forks source link

CNeB not ELAN in yolov7 with MobileOne backbone? #108

Closed usera1 closed 2 years ago

usera1 commented 2 years ago

Search before asking

Question

This is really an excellent work! Thanks for your hard workinig. But a little confused about yolov7 with MobileOne backbone: In the yolov7-MobileOne.yaml file, there are CNeB and C2C3 modules instead of ELAN module in original yolov7? CNeB ELAN

Additional

No response

iscyy commented 2 years ago

The original official yolov7 model is an ELAN structure, but in the improved yolov7 model provided here, the ELAN structure is replaced with a CNeB structure, that's all. You can choose to replace the ELAN structure with CNeB again, which is all possible

usera1 commented 2 years ago

Got it, thanks!