chenyangMl / crnn_libtorch

Deploy pytorch-trained model via libtorch
21 stars 14 forks source link

转换为pt模型后准确率下降 #5

Open ZZHHogan opened 4 years ago

ZZHHogan commented 4 years ago

你好,请问你有测试过使用pytorch预测和使用libtorch预测的准确率吗?我发现将pth模型转成pt模型后,识别的准确率有所下降,也就是识别结果发生了改变?不知道你这边有遇到吗?另外我预测的是中文字符

Yejing-Lai commented 3 years ago

您好,我也是使用中文字符训练了一个模型,转成pth并把keys更改后,虽然代码没有报错,但是也无法识别,请问您解决该问题了吗?

ZZHHogan commented 3 years ago

你好,我没有使用这个了

在 2021-09-02 16:23:48,"Yejing-Lai" @.***> 写道:

您好,我也是使用中文字符训练了一个模型,转成pth并把keys更改后,虽然代码没有报错,但是也无法识别,请问您解决该问题了吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Yejing-Lai commented 3 years ago

你好,我没有使用这个了 在 2021-09-02 16:23:48,"Yejing-Lai" @.***> 写道: 您好,我也是使用中文字符训练了一个模型,转成pth并把keys更改后,虽然代码没有报错,但是也无法识别,请问您解决该问题了吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

您好!那您有使用其他的框架嘛?我想在c++调用中文文本检测模型,但是尝试了很多种方案还是不行,如果您曾经使用过其他的方案!希望能得到您的回复!

ZZHHogan commented 3 years ago

你可以使用PytorchOCR这个项目,里面好像也有转成c++部署的;chineseocr_lite也是可以使用c++部署,但是这个项目好像无法重新训练,反正我没有成功重新训练并部署,如果你使用了并成功了,可以交流一下;另外PaddleOCR这个项目支持一整套流程:标注训练部署,以及效果也是最好的,你可以看看。

在 2021-09-03 14:03:24,"Yejing-Lai" @.***> 写道:

你好,我没有使用这个了 在 2021-09-02 16:23:48,"Yejing-Lai" @.***> 写道: 您好,我也是使用中文字符训练了一个模型,转成pth并把keys更改后,虽然代码没有报错,但是也无法识别,请问您解决该问题了吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

您好!那您有使用其他的框架嘛?我想在c++调用中文文本检测模型,但是尝试了很多种方案还是不行,如果您曾经使用过其他的方案!希望能得到您的回复!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.