Closed oysz2016 closed 5 years ago
i meet the problem too, the loss is non-convergence
@oysz2016 @lgcy
@deepseek i do not modify the config.py and trained on the icdar2015 for 600 epoch. Then, i got the model_best loss is 0.6
At present, the loss that can be achieved with the network in the pan paper is about 0.5. Change the get_model
to get_model_pse1 can get better results, its still in the experiment
@WenmuZhou I see that you listed the backbone as resnet18, did the detection rate improve?
resnet 18 is used on paper, resnet50 is used in my experiment
@WenmuZhou 作者好,感谢分享代码,请问这个复现的代码有使用PA聚类重建的吗?还是只使用pse重建?
It's a great job.Before your update, I tried to train PAN, but the loss was still high until the end of the training.Does the current version support effective training and inference?