Skip to content

Commit

Permalink
adding some autogeneration and another set of handshapes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrhint committed May 11, 2021
1 parent 4cb0b7c commit 4f68ff6
Show file tree
Hide file tree
Showing 63 changed files with 1,094 additions and 1,161 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.sta
*/*2021*
*.pk
*/__pycache__
*/__pycache__
*/images*.py
*/*pre*
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

Binary file added Images/A4.jpg
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 Images/A42.jpg
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 Images/B4.jpg
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 Images/B42.jpg
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 Images/C4.jpg
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 Images/C42.jpg
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 Images/D4.jpg
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 Images/D42.jpg
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 Images/E4.jpg
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 Images/E42.jpg
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 Images/F4.jpg
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 Images/F42.jpg
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 Images/G4.jpg
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 Images/G42.jpg
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 Images/H4.jpg
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 Images/H42.jpg
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 Images/I4.jpg
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 Images/I42.jpg
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 Images/J4.jpg
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 Images/J42.jpg
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 Images/K4.jpg
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 Images/K42.jpg
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 Images/L4.jpg
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 Images/L42.jpg
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 Images/M4.jpg
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 Images/M42.jpg
Binary file added Images/N4.jpg
Binary file added Images/N42.jpg
Binary file added Images/O4.jpg
Binary file added Images/O42.jpg
Binary file added Images/P4.jpg
Binary file added Images/P42.jpg
Binary file added Images/Q4.jpg
Binary file added Images/Q42.jpg
Binary file added Images/R4.jpg
Binary file added Images/R42.jpg
Binary file added Images/S4.jpg
Binary file added Images/S42.jpg
Binary file added Images/T4.jpg
Binary file added Images/T42.jpg
Binary file added Images/U4.jpg
Binary file added Images/U42.jpg
Binary file added Images/V4.jpg
Binary file added Images/V42.jpg
Binary file added Images/W4.jpg
Binary file added Images/W42.jpg
Binary file added Images/X4.jpg
Binary file added Images/X42.jpg
Binary file added Images/Y4.jpg
Binary file added Images/Y42.jpg
Binary file added Images/Z4.jpg
Binary file added Images/Z42.jpg
2 changes: 1 addition & 1 deletion data/defaultImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

blankload = Image.open('images/blank.jpg')
blankload = blankload.resize(size)
blankRender = ImageTk.PhotoImage(blankload)
blankRender = ImageTk.PhotoImage(blankload)
191 changes: 0 additions & 191 deletions data/images1.py

This file was deleted.

Loading

0 comments on commit 4f68ff6

Please sign in to comment.