zzzxxxttt / pytorch_simple_CenterNet_45

A simple pytorch implementation of CenterNet (Objects as Points)
308 stars 63 forks source link

验证时,输出的结果都是-1 #25

Open philiperss opened 4 years ago

philiperss commented 4 years ago

你好,请问下,我验证时为什么输出的结果都是-1,如下所示:

Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = -1.000 Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = -1.000 Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = -1.000 Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000 Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = -1.000 Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = -1.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = -1.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = -1.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = -1.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000 Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = -1.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = -1.000

rangerToby commented 3 years ago

hello,我使用的pytorch1.6在验证阶段会出现结果全是0,请问你的问题解决了么?

philiperss commented 3 years ago

解决了

------------------ 原始邮件 ------------------ 发件人: "zzzxxxttt/pytorch_simple_CenterNet_45" <notifications@github.com>; 发送时间: 2021年2月24日(星期三) 中午11:38 收件人: "zzzxxxttt/pytorch_simple_CenterNet_45"<pytorch_simple_CenterNet_45@noreply.github.com>; 抄送: "hxu"<623008612@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [zzzxxxttt/pytorch_simple_CenterNet_45] 验证时,输出的结果都是-1 (#25)

hello,我使用的pytorch1.6在验证阶段会出现结果全是0,请问你的问题解决了么?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rangerToby commented 3 years ago

请问是怎么解决的呢,能分享一下么?

philiperss commented 3 years ago

建议还是用官方的代码吧

------------------ 原始邮件 ------------------ 发件人: rangerToby <notifications@github.com> 发送时间: 2021年2月24日 18:18 收件人: zzzxxxttt/pytorch_simple_CenterNet_45 <pytorch_simple_CenterNet_45@noreply.github.com> 抄送: philiperss <623008612@qq.com>, Author <author@noreply.github.com> 主题: 回复:[zzzxxxttt/pytorch_simple_CenterNet_45] 验证时,输出的结果都是-1 (#25)

请问是怎么解决的呢,能分享一下么?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rangerToby commented 3 years ago

谢谢