klintan / pytorch-lanenet

LaneNet implementation in PyTorch
MIT License
216 stars 60 forks source link

iou #46

Open onlybjf opened 1 year ago

onlybjf commented 1 year ago

IOU快到 80了,thanks

zhangzhongyuan1996 commented 1 year ago

咋做的,教教我,他这个原版本好多错误

XXMxxm220 commented 10 months ago

你好,想请教一下,车道线检测使用miou作用评价指标,在论文中貌似很不常见,一般都是ACC等评价指标;在对比其他网络时应该使用哪个指标对比呢?

zhangzhongyuan1996 commented 10 months ago

iou计算面积,是回归。acc计算准确率,是分类。发自我的 iPhone在 2023年10月25日,17:06,996 @.***> 写道: 你好,想请教一下,车道线检测使用miou作用评价指标,在论文中貌似很不常见,一般都是ACC等评价指标;在对比其他网络时应该使用哪个指标对比呢?

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

XXMxxm220 commented 10 months ago

iou计算面积,是回归。acc计算准确率,是分类。发自我的 iPhone在 2023年10月25日,17:06,996 @.> 写道: 你好,想请教一下,车道线检测使用miou作用评价指标,在论文中貌似很不常见,一般都是ACC等评价指标;在对比其他网络时应该使用哪个指标对比呢? —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.>

好滴谢谢。这个代码貌似没有H-Net,和计算ACC