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.03k stars 4.12k forks source link

Questions about baseline folder #311

Open goodbbboy opened 1 year ago

goodbbboy commented 1 year ago

Hello,the r50-csp.yaml and x50-csp.yaml doesn't seem to appear in the paper, What algorithm do they correspond to?CSPnet? If I want to use a r50-csp and x50-csp for research, which paper should I cite? thanks!

WongKinYiu commented 1 year ago

You could cite CSPNet or YOLOR, the model is original designed in .cfg format in CSPNet repo, and YOLOR repo implemented them as .yaml format. For r50 and x50, you could cite ResNet and ResNeXt.