zeng-cy

Results 36 comments of zeng-cy

> > > > > 生成的坐标是每个检测框的左上x,y右上x,y,以此类推,我觉得是这样的 > > 你好,请问执行测试文件报错 keyerror : 'img_name',怎么解决啊谢谢你 您好,这个问题您解决了吗?

> 我没遇到这个问题,你是在训练的时候报错的嘛?你可以加我QQ咱们讨论1726256798 你好,请问执行测试文件报错 keyerror : 'img_name',怎么解决啊谢谢你

> > Sure, we will look into it soon. We will get back to you as soon as we have any updates. Hello, I see that there is no configuration...

> Sure, we will look into it soon. We will get back to you as soon as we have any updates. 您好,我看DRRG算法里面没有对ICDAR2015训练的配置文件,我能从其他的文本检测算法里面找到对ICDAR2015的训练配置文件,稍加修改用DRRG算法对ICDAR2015数据集进行训练吗?

The kernel for PSENet/Untitled.ipynb appears to have died. It will restart automatically.训练的时候,您碰到这个问题吗?

The kernel for PSENet/Untitled.ipynb appears to have died. It will restart automatically.训练 的时候您遇到这个问题吗?

No module named 'models.post_processing.pa.pa',这个问题您遇到过吗

No module named 'models.post_processing.pa.pa',这个问题您遇到过吗?

No module named 'models.post_processing.pa.pa',这个问题您遇到过吗?

> 大佬,我在使用`PSA.py`这个模块时,老是报错 `RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same,` 我已经把这个模块`.cuda()`了 > > ``` > input=torch.randn(50,512,7,7).cuda() > psa = PSA(channel=512,reduction=8).cuda() > output=psa(input) > a=output.view(-1).sum() > a.backward()...