pfoy / ASL-Recognition-with-Deep-Learning

Build a convolutional neural network to classify images of letters from American Sign Language
17 stars 5 forks source link

Error on sign_language.py #1

Open Chinnatip opened 5 years ago

Chinnatip commented 5 years ago

It seems your datasets have wrong input, [FileNotFoundError: [Errno 2] No such file or directory: 'datasets/A']

Screen Shot 2562-07-14 at 18 14 50
ShreyJ1729 commented 5 years ago

Try writing the directory of the datasets folder into the assignment of the images variable and concatenating the location of the datasets/A, datasets/B, datasets/ C, etc directories.