vicariousinc / science_rcn

Reference implementation of a two-level RCN model
https://www.vicarious.com/Common_Sense_Cortex_and_CAPTCHA.html
MIT License
663 stars 195 forks source link

Did anyone had work on solving recaptcha data set? #19

Open yashy23 opened 5 years ago

yashy23 commented 5 years ago

currently I am working on recaptcha data set , while working on the project , it only takes the 2 images for testing while there is huge amount of data is available. I tried converting RGBA image to grey-scale using cv2 lib, padding, resizing the image.