WenmuZhou / PSENet.pytorch

A pytorch re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network
GNU General Public License v3.0
462 stars 138 forks source link

用同样的训练数据对两个版本进行训练,但是测试结果差别很大,主要是什么原因造成的? #80

Open ReikoMin opened 4 years ago

WenmuZhou commented 4 years ago

哪两个版本

ReikoMin commented 4 years ago

PAN.pytorch 和 PSENet.pytorch 我尝试将PSENet改成PAN的算法进行同时训练,但是结果差的比较多,我看到算法内部变化不是很大,想问一下原因,谢谢

Zhang-O commented 4 years ago

@WenmuZhou official implementation use SGD and StepLR PSENet-1s with resnet50 batch 8 : F-score : 82.16? but in https://github.com/whai362/PSENet, F-score is 80.57.

Does "official implementation use SGD and StepLR" means the original result from author's official code?

Thanks!

WenmuZhou commented 4 years ago

from paper