EvilPort2 / Sign-Language

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

Error Running Recognize File #23

Open 2277Dhruv opened 5 years ago

2277Dhruv commented 5 years ago

Getting Error:

return _nx.concatenate(arrs, 1)

ValueError: all the input array dimensions except for the concatenation axis must match exactly

Please help with this issue

EvilPort2 commented 5 years ago

It is mainly due to difference in the camera that you are using. In my case my camera gave me a 640x480 image. So my blackboard variable was hard coded as such. Hence the error. The current version resizes the image to 640x480. So the error is no more.