Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 421 Bytes

Slider-killer

滑块验证码杀手,识别率99%,输入路径返回坐标

环境pip install

tensorflow-gpu     1.11.0
numpy              1.18.4
opencv-python      4.2.0.34

代码实例

from core.getLoc import getPageLoc

if __name__=="__main__":
	result=getPageLoc("./show/yd.jpg")
	print(result)

易盾测试