-
Hi, thank you for your open source contributions.
I follow total_text.py write the data loading part of CTW 1500 and encountered the following problems
`
Traceback (most recent call last):
File …
-
您好,非常感谢您的开源工作!我这边有一个小疑问请教您~
我自己有一批特定场景的数据想用您的模型进finetune,我自己的数据集的格式都是四点标注的格式(相当于不规则的4点多边形,但每个text instance起始点不固定,方向顺时针逆时针都有),即[x1,y1,x2,y2,x3,y3,x4,y4],通过均匀采样点可以生成类似于datasets/ctw1500/test_po…
-
在训练ABCNet时,按照如下命令运行,会报错误: AssertionError:Shape should be tensor during tracing!
python demo/demo.py \
--config-file configs/BAText/CTW1500/attn_R_50.yaml \
--input datasets/CTW1500/ctwtes…
-
源码中只给出了训练IC2015的说明,请问如何训练totaltext、ctw1500、td500之类的数据集呢?求助大佬解答,感激不尽!
-
Hello,
I've been running the provided code to conduct recognition evaluation for CTW. I noticed that the score for 'None' matches the one listed on your GitHub (64.9999), which is great. However, w…
-
### Branch
master branch https://mmocr.readthedocs.io/en/latest/
### 📚 The doc issue
Downloading...
URL: https://cloudstor.aarnet.edu.au/plus/s/uoeFl0pCN9BOCN5/download
Destination: /mnt/data/ex…
-
Hello, thans for sharing these codes! But I failed to convert CTW1500 to COCO, and the error message is lack of train.jsonl, val.jsonl, and test_cls.jsonl. Can you tell me how to get these json files…
-
dear author,
I'm facing a TypeError: object of type 'Polygon' has no len()
when i tempt to train FCENet on CTW1500
could you please help me with this
-
Hello,I want to know how to convert pre-trained model ( craft_refiner_CTW1500.pth ) to onnx ?
-
I train the model on ctw1500,MSRA-TD500,Total-text
but i'm trying to do visualization
can anyone help me with this please