PatrickLib / captcha_recognize

Image Recognition captcha without image segmentation 无需图片分割的验证码识别
Apache License 2.0
554 stars 173 forks source link

python3.6 #26

Open parsibox opened 4 years ago

parsibox commented 4 years ago

hi can you update your python versionto 3.6 ?

tarasyarema commented 3 years ago

I'm working on it now. Also it was developed using tf v1, so you need to use compatibility version of it with tf 2, i.e. import tensorflow.compat.v1 as tf.

If I manage to make it work correctly I may pull request, or just hard fork.

alimohyudin commented 2 years ago

Any luck with newer version of python? I'm unable to get it working with python3.7.

Thanks

SecurityEnthusiast commented 1 year ago

@parsibox @tarasyarema @alimohyudin Hi guys. I did make a fork and my fork is working well with Python 3.10, TF 2.10.0, NP 1.23.4 except "multi GPU" that I am workkinng on it. I hope it can be helpful.

parsibox commented 1 year ago

@parsibox @tarasyarema @alimohyudin Hi guys. I did make a fork and my fork is working well with Python 3.10, TF 2.10.0, NP 1.23.4 except "multi GPU" that I am workkinng on it. I hope it can be helpful.

hi dear i can not find your new fork can you send that link?

SecurityEnthusiast commented 1 year ago

@parsibox Hi budy

It is: https://github.com/SecurityEnthusiast/captcha-recognizer