Skip to content

Commit

Permalink
Merge pull request #1 from balaji303/wq
Browse files Browse the repository at this point in the history
I get my light right from the source, yeah (yeah, that's it)
  • Loading branch information
balaji303 authored Oct 28, 2023
2 parents d60ee93 + e5b4d12 commit bd53a6c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed Windows/main/StonePapaerPiv2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion Windows/main/StonePaperScissorv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def game(pc,human):
cv2.imwrite(img_name, frame)
print("{} Saved!".format(img_name))
# Run photo through Lobe TF model
ml_result = model.predict_from_file('C:\\Users\\Balaji\\Documents\\GitHub\\stonepaperpi\\Windows\\main\\StonePapaerPiv2.png')
ml_result = model.predict_from_file('E:\\GitHub\\stonepaperpi\\Windows\\main\\StonePapaerPiv2.png')
# --> Change image path
ml_predict(ml_result.prediction)
# Pulse status light
Expand Down
Binary file added archieve/StonePapaerPiv2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added archieve/StonePapaerPiv2test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd53a6c

Please sign in to comment.