Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 614 Bytes

Accuracy is horrible,about 20% i guess.


This is the captcha we are trying to bypass:

scripts includes:

  • gensinglecontour.py #generate images for training
  • trainsinglecontour.py #training
  • predictcontour.py #predict

dependencies:

  • python3.6 #never tested other versions
  • tensorflow
  • numpy
  • PIL
  • opencv

To predict,run python predictcontour.py.Edit line 17 to change the image location.