masktextspotter.caffe2 icon indicating copy to clipboard operation
masktextspotter.caffe2 copied to clipboard

How to display recognized fonts?

Open zhoujianwen opened this issue 5 years ago • 5 comments

I have successfully tested the data of icdar2015 test set. Next, how to display the recognized font on the border? img_83_blend_char

zhoujianwen avatar Apr 19 '19 10:04 zhoujianwen

同问

TBS1234 avatar Apr 28 '19 06:04 TBS1234

It's solved @TBS1234 You need to modify OUTPUT_POLYGON in the configuration file mask_textspotter.yaml and modify the corresponding code for test.py.

zhoujianwen avatar Apr 28 '19 07:04 zhoujianwen

@zhoujianwen I have tried many times, it just didn't work. Could you please send the mask_textspotter.yaml and test.py of yours to me by email , thanks a lot. My email is [email protected] , I will appreciate it.

TBS1234 avatar Apr 29 '19 02:04 TBS1234

@zhoujianwen Hello, Can you tell me the solution of displaying the result in img?.. In my case i modified OUTPUT_POLYGON False to True,,... now...how do i modify the test.py thank you in advance

jhj7905 avatar Jun 13 '19 05:06 jhj7905

For those who want to see results as images Change config file as follows: OUTPUT_POLYGON: True VIS: True

jimmysh2 avatar Aug 30 '19 09:08 jimmysh2