Skip to content

Commit

Permalink
changed again
Browse files Browse the repository at this point in the history
  • Loading branch information
alielabridi committed Dec 2, 2016
1 parent ebebc82 commit 5e8f6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Image-Recognition-ReCaptcha-Fooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#set the directory to where to put the crawled picture
#where tensorFlow will retrieve them later
directory = "/tf_files/pictures"+ "/" +label
directory = "/tf_files/photos"+ "/" +label

#tensorFlow parse all the folder in the tf_files
#if by any change it finds a folder or a subfolder with a name
Expand Down Expand Up @@ -54,7 +54,7 @@
--model_dir=/tf_files/inception \
--output_graph=/tf_files/retrained_graph.pb \
--output_labels=/tf_files/retrained_labels.txt \
--image_dir /tf_files/pictures", shell=True)
--image_dir /tf_files/photos", shell=True)


minIndex = ""
Expand Down

0 comments on commit 5e8f6c6

Please sign in to comment.