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.31k stars 4.2k forks source link

Ensemble weights in yolov7 #1409

Open Ruchi61 opened 1 year ago

Ruchi61 commented 1 year ago

Hi Is there any way of ensembling models for testing images in yolov7 as we can perform in yolov5.

Waiting for your reply

Rich2020 commented 1 year ago

I think it is possible to use the same approach as in YOLOv5: detect.py --weights m1.pt m2.pt m3.pt .... https://github.com/WongKinYiu/yolov7/issues/224#issuecomment-1333012477