bijoycp / sign-language-recognition-using-convolutional-neural-networks

sign language recognition using convolutional neural networks tensorflow opencv and python
25 stars 18 forks source link

questions #1

Open falcooon opened 5 years ago

falcooon commented 5 years ago

sir,How does your code work?I used 1_img_cap.py to capture the gesture, and then I ran 2_create_dataset.py, but after running 2_create_dataset.py, there was no change, just a black box to show the data without adding the 2_create_dataset.npy file, and after that I ran 3_cnn_train.py with the error FileNotFoundError: [Errno 2] No such file or directory: 'train_data.npy', please tell me what to do next. image [图片] [图片]

falcooon commented 5 years ago

51Y558271Y@B8P~4 WUS2 L )MWPKX7(2WD82Q9HM6KFNSD sir,When you see it, please reply to me, thank you very much,e-mail:1291549974@qq.com

bijoycp commented 5 years ago

train_data.npy is not created Put all images inside folder data Please run the 2_createdataset.py If it not working i guess u using windows os

On Thu, 9 May, 2019, 17:07 falcooon, notifications@github.com wrote:

[image: 51Y558271Y@B8P~4 WUS2 L] https://user-images.githubusercontent.com/41813590/57450631-92c94880-7291-11e9-8468-5202b052ce87.png [image: )MWPKX7(2WD82Q9HM6KFNSD] https://user-images.githubusercontent.com/41813590/57450651-a379be80-7291-11e9-96b0-7783cdc8fb82.png sir,When you see it, please reply to me, thank you very much,e-mail: 1291549974@qq.com

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bijoycp/sign-language-recognition-using-convolutional-neural-networks/issues/1#issuecomment-490867581, or mute the thread https://github.com/notifications/unsubscribe-auth/AEJMDIKRFA3E3IAV4QHVGFDPUQEG3ANCNFSM4HLZU75Q .

bijoycp commented 5 years ago

2_create_dataset.py program was incomplete that was the problem I corrected the program now check it