-
hi,
how to save the quadrilateral predicted .txt
`sh tools/test_imgs.sh configs/textdet/psenet/psenet_r50_fpnf_600e_ctw1500.py ./epoch_20.pth ./input ./input/list.txt --save_quad true`
-
Hi there,
i am trying to train the [SROIE dataset](https://rrc.cvc.uab.es/?ch=13), so i used the ctw1500 config in training, basically i replaced the ctw1500 images and annotations with the SROIE ima…
-
进行到第7/500张时,出现报错
```
1%|█▎ | 7/500 [00:01
-
Hi there,
- How does your implementation of PSENet perform on the ctw1500 dataset?
-
@liuch37
i am trying to train using the following [example.zip](https://github.com/liuch37/pan-pytorch/files/6542009/example.zip), but i get error, eventhough the labels are 14 points.
```
(mm…
-
Can't download the fcenet and drrg pretrained models
https://download.openmmlab.com/mmocr/textdet/fcenet/fcenet_r50dcnv2_fpn_1500e_ctw1500-05d740bb.pth
https://download.openmmlab.com/mmocr/textdet…
-
- When trying to predict a dense image using PANet, the prediction gets stuck, and the memory usage constantly increase.
```
sh tools/test_imgs.sh configs/textdet/panet/panet_r18_fpem_ffm_600e_ctw15…
-
Thank you for the good work with mmocr!
I'm trying out the tutorial for text detection(`demo/MMOCR_Tutorial.ipynb`) using the Dockerfile.
The default PANet model is working. However, when I try …
-
I am getting this error
Traceback (most recent call last):
File "train.py", line 136, in
for iter, data in enumerate(train_dataloader):
File "/usr/local/lib/python3.7/dist-packages/tens…
-
I know that ocr_image_demo will work only on GPU device , is there any chance to support on "**CPU**" devices as well ?