WenmuZhou / PAN.pytorch

A unofficial pytorch implementation of PAN(PSENet2): Efficient and Accurate Arbitrary-Shaped Text Detection with Pixel Aggregation Network
Apache License 2.0
418 stars 112 forks source link

请问如何检测curved text呢? #29

Closed mrwu-mac closed 4 years ago

mrwu-mac commented 4 years ago

如果我想在ICDAR2019Art数据集上训练和测试

mrwu-mac commented 4 years ago

@WenmuZhou 您好,请问您的pse_cpp输出的pred和https://github.com/whai362/PSENet 中pse的输出有什么不同吗?我没学过c++,没能够看懂你们的pse,我想得到多边形而不是矩形的结果,希望能够得到您的帮助,谢谢!

WenmuZhou commented 4 years ago

曲形文本需要改数据加载,我没加曲形的

mrwu-mac commented 4 years ago

非常感谢您的工作