NotARobot icon indicating copy to clipboard operation
NotARobot copied to clipboard

Image pattern load speed

Open awesome1128 opened this issue 5 years ago • 1 comments

Hi. Emil Nice to meet you. I love NotARobot project so I'm going to use this project. But I have faced one problem currently.

  • Check this. NotARobot/detect.py file. In this file, you can see "image_np = load_image_into_numpy_array(image)" line. Currently I'm building this project but the build is very slow because of this code line. And google reCAPTCHA is closed because google time out if some time passed, so machine can't be clicking the pattern. What suggestion do you have? Please message me here. Untitled

awesome1128 avatar Oct 12 '19 08:10 awesome1128

Hey, sorry I didn't get to your message earlier. I used the method used in the Tensorflow examples, but better methods may exist. https://github.com/tensorflow/models/issues/5356 This link may be of use.

Possums avatar Dec 10 '19 23:12 Possums