MaskTextSpotter icon indicating copy to clipboard operation
MaskTextSpotter copied to clipboard

A PyTorch implementation of Mask TextSpotter

Results 42 MaskTextSpotter issues
Sort by recently updated
recently updated
newest added

Hello @MhLiao ,when I have run the command “cd evaluation/icdar2015/e2e/” and “python script.py”,I used the downloaded model “model_finetune.pth” and the icdar2015.But the output is ”Calculated!{"precision": 0, "recall": 0.0, "hmean": 0,...

**Fixed** [test issue with TEST.IMS_PER_BATCH greater than 1](https://github.com/MhLiao/MaskTextSpotter/issues/22)

When I finished training the model,how to use only detection. thanks.

Dear author, I really appreciate the paper, will you release the standalone recognition model? If I want to apply the segmentation branch on large dictionary, can I just do binary...

Hello, Thank you for your wonderful work. I just want to implement your framework on my dataset. I need guidance your in the following points 1. installing your framework on...

i have 8 gpu in my machine but it seems only one is used when testing. TEST: CHAR_THRESH: 192 EXPECTED_RESULTS: [] EXPECTED_RESULTS_SIGMA_TOL: 4 IMS_PER_BATCH: 1 VIS: True 2020-03-13 22:28:33,880 maskrcnn_benchmark...

运行sh test.sh时,当运行到compute_on_dataset函数的for循环(for i,batch in enumerate(tqdm(data_loader))) 时程序卡死,但不会报错。 大家有遇到这个问题的吗?

I am trying to run demo.py but it is throwing the following error. Can anyone help me solving this error? Thanks in advance Below is the piece of error: File...