positive666 / yolo_research

based on yolo-high-level project (detect\pose\classify\segment\):include yolov5\yolov7\yolov8\ core ,improvement research ,SwintransformV2 and Attention Series. training skills, business customization, engineering deployment C
GNU General Public License v3.0
756 stars 145 forks source link

loss.py里这行问题好像挺多的 #58

Closed wch243294382 closed 2 years ago

wch243294382 commented 2 years ago

lbox += ((bbox_iou(pbox.T, tbox[i], x1y1x2y2=False)** g2)*(1 - iou)).mean() pbox还需要转置吗 还有x1y1x2y2是否要换成xywh,g2前少了self

positive666 commented 2 years ago

收到 不过focal -eiou 不怎么Work

positive666 commented 2 years ago

lbox += ((bbox_iou(pbox.T, tbox[i], x1y1x2y2=False)** g2)*(1 - iou)).mean() pbox还需要转置吗 还有x1y1x2y2是否要换成xywh,g2前少了self

已经基本都修复了 v7也在不断更新 感谢你的反馈