-
Traceback (most recent call last):
File "/home1/zy/YY/STR/PSENet.pytorch/cal_recall/rrc_evaluation_funcs.py", line 326, in main_evaluation
evalData = evaluate_method_fn(p['g'], p['s'], evalPar…
-
检测加识别两个模块推理一张图片要20s. 基于一块GPU
-
I try to train and finetune the pretrained PSENet text decetion using textOCR dataset.
The training dataset has: 21791 images
The validation dataset has: 3328 images
I made the validation after…
-
1. 后处理的代码中当kernel中两个连通域的面积比大于max_rate时,将这两个连通域的flag赋值为1,在扩充时,必须同时满足当前扩充的点所属的连通域的flag值为1且与kernal的similar vector距离大于3时才不扩充该点。请问设flag这步操作的作用是什么,直接判断与Kernel的similar vector的距离可以吗?
2. 论文中扩充的点与kernel相似向量的欧式…
-
oad checkpoint from http path: https://download.openmmlab.com/mmocr/textdet/psenet/psenet_r50_fpnf_600e_ctw1500_20210401-216fed50.pth
/home/sayan/Desktop/mmocr/mmocr/apis/inference.py:50: UserWarning…
-
## Env
- GPU, RTX2080TI
- OS, Win10
- Cuda 11.1
- TensorRT version 7.2.2.3
## About this repo
- which branch/tag/commit are you using? dbnet
- which model? resnet50
## Your problem
…
-
你好,你的代码是不是不能进行batch训练?当我设置batch>1的时候,就会出现下面的问题:
2020-07-08 15:13:18.850245: I tensorflow/core/common_runtime/bfc_allocator.cc:1004] total_region_allocated_bytes_: 2646605824 memory_limit_: 26466058…
-
出错信息:Segmentation fault: 11
位置是:psenet/PSENET.py 中 preds, boxes_list,rects = pse_decode(preds[0], self.scale)
不知道是否可以fix一下。。
-
Thanks a lot for providing MMOCR, it's awesome and really useful!
I am using my customed coco-like dataset to train PSENet and encountered this error. This kind of coco-like dataset works well in m…
Y-M-Y updated
2 years ago
-
Thanks for your nice project, I am just trying to get to grips with KIE. I managed to run the closeset KIE but when I tried the openset version I get an error. My script looks like:
```python
from…