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.15k stars 4.16k forks source link

In YOLOv7, the structure files yolov4-csp.yaml and yolor-csp.yaml in the baseline folder under the cfg directory are the same. What's going on? #1682

Open greedy-hat opened 1 year ago

WongKinYiu commented 1 year ago

yolor proposed IDetect, while yolov4-csp used Detect.

greedy-hat commented 1 year ago

Thank you for your answer.