Are there any image enhancement methods to handle some slightly blurred texts? #6012
Unanswered
PeterH0323
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If the text is confirmed to be recognizable with the naked eye, you might consider adding blur data augmentation such as mean filter, the median filter, the gaussian filter or other fuzzy operators of image processing. You can also try to strengthen the robustness of models through data augmentation perturbation. It is also feasible to try adversarial training and super resolution (SR). But, there is no best solution which is widely accepted by professions. Therefore, it is recommended to set some limitations in data collection to improve the image quality.
Beta Was this translation helpful? Give feedback.
All reactions