EvilPort2 / Sign-Language

A very simple CNN project.
759 stars 354 forks source link

wrong output!pls help me! #19

Open lohithareddym opened 5 years ago

lohithareddym commented 5 years ago

Everything is working fine without any error byt whatever the gesture is given as input the outpput is always 5 ,what to do to get the correct output,even the accuracy of the model displayed during training is 0.0224 pls help me!

suhaas14 commented 5 years ago

no directory found test images

kirtigodani commented 5 years ago

you need to first run the load_images python file

On Fri, Oct 5, 2018 at 10:56 PM suhaas14 notifications@github.com wrote:

no directory found test images

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EvilPort2/Sign-Language/issues/19#issuecomment-427439889, or mute the thread https://github.com/notifications/unsubscribe-auth/AfeE3jQ-b_-E6MBimrxQ_EqrAKWroD1kks5uh5YwgaJpZM4XKa3I .

suhaas14 commented 5 years ago

getting some error in cnn_tf.py file. type error in line 60 input

lohithareddym commented 5 years ago

Can u help me @kirtigodani

lohithareddym commented 5 years ago

Yes I'll get that error because of some version problems I tried to cast the type using tf.cast but no use try training the data using keras instead

suhaas14 commented 5 years ago

can we do it in tensorflow only

suhaas14 commented 5 years ago

object has no attribute shape

EvilPort2 commented 5 years ago

I have checked the model. It is working fine for me. I will update the code nonetheless

lohithareddym commented 5 years ago

i havent changed any code and executed the files in the same order what might be the problem

suhaas14 commented 5 years ago

pydot failed to call graphviz i have installed both the error still occurs

EvilPort2 commented 5 years ago

Please download the latest repo. I have fixed those issues