pan_pp.pytorch icon indicating copy to clipboard operation
pan_pp.pytorch copied to clipboard

Official implementations of PSENet, PAN and PAN++.

Results 59 pan_pp.pytorch issues
Sort by recently updated
recently updated
newest added

请问在测试后生成的txt文本文件中所包含的是否为检测的文本坐标,第一列是否为x坐标,第二列是否为y坐标,为何我在进行裁剪操作时,裁剪错误。 另外,为何每个文本的坐标数不同,有的有一百多个,有的只有几十个。 请了解的朋友给予指导,感谢。

论文中的ICDAR2015的S,W,G评价指标对应的是eval的哪个脚本代码,我运行的pan_pp.pytorch\eval\ic15_end2end_rec的scripy.py 出来的还是perdiction,recall,heman

我在训练自己的数据集时,需要把多个数据集的训练改成单个数据集的训练,在config中怎样修改?

psenet的2204图片大小怎么设置,大佬可以说一下吗

在使用PAN模型的时候,替换ResNet18为ResNet50,在ic15数据集上掉点了,貌似掉了1个点,还有人出现这种情况吗? 只修改了下面这个地方 `model = dict( type='PAN', backbone=dict( type='resnet50', pretrained=True ), neck=dict( type='FPEM_v1', in_channels=(256,512,1024,2048),#(64, 128, 256, 512), out_channels=128`

According to the command you gave to calculate FPS, but all I get are single FPS how do I calculate all the FPS?

I want to inference about a custom image. this image is not in 'Prepare datasets' ex) ic17, ic15, ... How can I inference a custom image? How should I change...

你好,请问你们的验证集是怎么划分的呢,论文没有体现,我想和你们的方法对比一下,可以告知一下验证集的划分设置吗?

Hello, when I run train.py, why does it keep stuck?(about PAN++) Command used: CUDA_VISIBLE_DEVICES=0,1 python train.py config/pan_pp/pan_pp_r18_ic15_joint_train.py ![1635217872(1)](https://user-images.githubusercontent.com/68632486/138803025-6716e448-5b5b-4ec6-85ae-531889708a3f.jpg)