WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.35k stars 4.21k forks source link

Backbone for yolov7 #1086

Open chey0313 opened 1 year ago

chey0313 commented 1 year ago

Hello, I appreciate your valuable work. I am a beginner of yolo detector and have questions about backbone for yolov7.

  1. Are the backbones of the variants of yolov7 in the paper public network released before? or newly introduced one? If they are the public one, could you give me the name of them?
  2. Also, E-ELAN is applied to only head network, isnt it?

Best regards

WongKinYiu commented 1 year ago

The description of backbones of YOLOv7s are in the appendix of our paper.

You could find ELAN paper here.

mohaliyet commented 1 year ago

The description of backbones of YOLOv7s are in the appendix of our paper.

You could find ELAN paper here.

Could you please explicitly name of the backbone used in YOLOv7? Is it ELAN/E-ELAN? Thank you kindly for your response.

viethoang303 commented 1 year ago

@mohaliyet This is Appendix of yolov7: appendix . EELAN is only used for yolov7-e6e

The description of backbones of YOLOv7s are in the appendix of our paper. You could find ELAN paper here.

Could you please explicitly name of the backbone used in YOLOv7? Is it ELAN/E-ELAN? Thank you kindly for your response.