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.22k stars 4.17k forks source link

Have you tried free anchor? #118

Open xuezu29 opened 2 years ago

xuezu29 commented 2 years ago

First, Thank you for your team's research and contribution! Have you tested the results of the free anchor like YOLOX, thx!

WongKinYiu commented 2 years ago

Yes, we have developed some anchor free methods. It is useful for tiny models and small input size, but for large input size, anchor based methods are still easier converged.

xuezu29 commented 2 years ago

@WongKinYiu That would explain some of the problems with YOLOX's training, when I increase the size of the input image, The results may not be better, thanks a lot!