captcha_recognize icon indicating copy to clipboard operation
captcha_recognize copied to clipboard

theory

Open Coulson1026 opened this issue 8 years ago • 1 comments

what's the theory? how can you recognize the whole captcha without image segmentation ?

Coulson1026 avatar Oct 29 '17 08:10 Coulson1026

In this project, every character is distributed in specific areas of the image, so CNN can combine localization, segmentation and recognition of multi-character text. References: https://vision.in.tum.de/_media/spezial/bib/stark-gcpr15.pdf

PatrickLib avatar Nov 02 '17 13:11 PatrickLib