masktextspotter.caffe2
masktextspotter.caffe2 copied to clipboard
How to display recognized fonts?
I have successfully tested the data of icdar2015 test set. Next, how to display the recognized font on the border?
同问
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 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.
@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
For those who want to see results as images Change config file as follows: OUTPUT_POLYGON: True VIS: True