yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

Maybe there's a bug here

Open xiaomao19970819 opened this issue 1 year ago • 2 comments

YOLO v7 image

YOLOv5 image

Hi, this code differs from yolov5. I think m.anchors should not be divided by the m.stride before running check_anchor_order, and that sorting should be done on the original size

xiaomao19970819 avatar Jul 22 '22 07:07 xiaomao19970819

I think you are correct. Thanks for point out of this.

WongKinYiu avatar Jul 26 '22 00:07 WongKinYiu

@WongKinYiu Thank you for your reply. I see that you have not corrected the code error. Besides, I wonder if the training curve is normal. results val loss_obj's curve changed during training. I think it is caused by the different loss functions of training and testing (ComputeLoss and ComputeLossOTA). I hope to get your confirmation

xiaomao19970819 avatar Aug 03 '22 02:08 xiaomao19970819