Instinct323 / wiou

Wise-IoU: Bounding Box Regression Loss with Dynamic Focusing Mechanism
https://arxiv.org/abs/2301.10051
60 stars 3 forks source link

iou.py #1

Open TigerandRosa opened 1 year ago

TigerandRosa commented 1 year ago

请问,iou.py里面的class iou_cal 怎么在代码里使用呀? 没有看到forward函数,或者作者大大可不可以出一个代码使用教程呀?期待作者大大的回复!

Instinct323 commented 1 year ago

https://blog.csdn.net/qq_55745968/article/details/128888122 可以参考一下我这个教程哈 损失函数的话,很多不像 nn.Module 一样有 forward 函数的,可以看看别的大佬是怎么写代码的多学习学习 (比如 YOLOv5,YOLOv7)

------------------ 原始邮件 ------------------ 发件人: "Instinct323/wiou" @.>; 发送时间: 2023年2月6日(星期一) 下午5:26 @.>; @.***>; 主题: [Instinct323/wiou] iou.py (Issue #1)

请问,iou.py里面的class iou_cal 怎么在代码里使用呀? 没有看到forward函数,或者作者大大可不可以出一个代码使用教程呀?期待作者大大的回复!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

TigerandRosa commented 1 year ago

https://blog.csdn.net/qq_55745968/article/details/128888122 可以参考一下我这个教程哈 损失函数的话,很多不像 nn.Module 一样有 forward 函数的,可以看看别的大佬是怎么写代码的多学习学习 (比如 YOLOv5,YOLOv7) ------------------ 原始邮件 ------------------ 发件人: "Instinct323/wiou" @.>; 发送时间: 2023年2月6日(星期一) 下午5:26 @.>; @.>; 主题: [Instinct323/wiou] iou.py (Issue #1) 请问,iou.py里面的class iou_cal 怎么在代码里使用呀? 没有看到forward函数,或者作者大大可不可以出一个代码使用教程呀?期待作者大大的回复! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

好的,感谢,我先参考一下您发的教程!