Closed tairen99 closed 10 months ago
Thank you for your wonderful work!
I am trying to fine-tune your model to detect document text, but I notice there are some single digit and single sign, such as "-", are missing. Do you know what would be the possible reason? or any place you have some preprocessing or postprocessing to remove small contour of texts?
I tried to reduce the "dis_threshold" but it does not help. Thank you in advance!
When creating training data, small text is also removed by default. https://github.com/GXYM/TextBPN-Plus-Plus/blob/277029349de264099f9cf13f218ed2e6a893be36/dataset/dataload.py#L178
Thank you for your wonderful work! I am trying to fine-tune your model to detect document text, but I notice there are some single digit and single sign, such as "-", are missing. Do you know what would be the possible reason? or any place you have some preprocessing or postprocessing to remove small contour of texts? I tried to reduce the "dis_threshold" but it does not help. Thank you in advance!
When creating training data, small text is also removed by default.
Thanks a lot for your quick reply!
Thank you for your wonderful work! I am trying to fine-tune your model to detect document text, but I notice there are some single digit and single sign, such as "-", are missing. Do you know what would be the possible reason? or any place you have some preprocessing or postprocessing to remove small contour of texts? I tried to reduce the "dis_threshold" but it does not help. Thank you in advance!
When creating training data, small text is also removed by default.
Thank you very much for your quick reply. Let me fine-tine it again and see how it goes. Thank you for your suggestion!
Thank you for your wonderful work!
I am trying to fine-tune your model to detect document text, but I notice there are some single digit and single sign, such as "-", are missing. Do you know what would be the possible reason? or any place you have some preprocessing or postprocessing to remove small contour of texts?
I tried to reduce the "dis_threshold" but it does not help. Thank you in advance!