BADBADBADBOY / pytorchOCR

基于pytorch的ocr算法库,包括 psenet, pan, dbnet, sast , crnn
676 stars 133 forks source link

ICDAR2015检测的问题 #37

Closed liuwenhaha closed 3 years ago

liuwenhaha commented 3 years ago

你好,我在训练的时候,ACC一直是0.5,没有变化。请问,可能是哪里出了问题

fxwfzsxyq commented 3 years ago

训练了多久,什么backbone

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:32 收件人: @.>; 抄送: @.***>; 主题: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37)

你好,我在训练的时候,ACC一直是0.5,没有变化。请问,可能是哪里出了问题

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

liuwenhaha commented 3 years ago

训练了多久,什么backbone ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:32 收件人: @.>; 抄送: @.***>; 主题: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37) 你好,我在训练的时候,ACC一直是0.5,没有变化。请问,可能是哪里出了问题 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

image 刚开始训练,才几个batch,ACC就已经不变化了

fxwfzsxyq commented 3 years ago

这是正常的,少则几十,多则100个epoch后才会有变化

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:44 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37)

训练了多久,什么backbone … ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:32 收件人: @.>; 抄送: @.***>; 主题: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37) 你好,我在训练的时候,ACC一直是0.5,没有变化。请问,可能是哪里出了问题 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

刚开始训练,才几个batch,ACC就已经不变化了

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

liuwenhaha commented 3 years ago

训练了多久,什么backbone ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:32 收件人: @.>; 抄送: @.***>; 主题: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37) 你好,我在训练的时候,ACC一直是0.5,没有变化。请问,可能是哪里出了问题 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

用的是det_DB_mobilev3.yaml,backbone是mbv3_small.old.pth.tar

liuwenhaha commented 3 years ago

这是正常的,少则几十,多则100个epoch后才会有变化 ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:44 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37) 训练了多久,什么backbone … ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年6月4日(星期五) 下午2:32 收件人: @.>; 抄送: @.***>; 主题: [BADBADBADBOY/pytorchOCR] ICDAR2015检测的问题 (#37) 你好,我在训练的时候,ACC一直是0.5,没有变化。请问,可能是哪里出了问题 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. 刚开始训练,才几个batch,ACC就已经不变化了 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

跑了十几分钟,ACC一直是0.5,我就有点慌

cqray1990 commented 3 years ago

@liuwenhaha 请问你解决了我也是同样的问题

yufanxin commented 3 years ago

@liuwenhaha 请问你解决了我也是同样的问题

我还以为就我是这样,我在自己的数据集上训练了50个epoch(花了将近一下午)也还是0.5,限于电脑性能就没跑了 你增大epoch后acc增加了吗