Sign-Language icon indicating copy to clipboard operation
Sign-Language copied to clipboard

A very simple CNN project.

Results 36 Sign-Language issues
Sort by recently updated
recently updated
newest added

When I directly try to use the h5 model in the project by ``` python recognize_gesture.py ``` The error was met: ``` Traceback (most recent call last): File "recognize_gesture.py", line...

TypeError: Value passed to parameter 'input' has DataType uint8 not in list of allowed values: float16, bfloat16, float32, float64

Traceback (most recent call last): File "C:/Users/ankit/PycharmProjects/SLSWithVoice1/Sign-Language-master/cnn_tf.py", line 114, in tf.compat.v1.app.run() File "C:\Users\ankit\PycharmProjects\SLSWithVoice1\venv\lib\site-packages\tensorflow\python\platform\app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "C:\Users\ankit\PycharmProjects\SLSWithVoice1\venv\lib\site-packages\absl\app.py", line 303, in run _run_main(main, args) File "C:\Users\ankit\PycharmProjects\SLSWithVoice1\venv\lib\site-packages\absl\app.py",...

Traceback (most recent call last): File "D:\Azhari\Tugas Akhir-2\Tunarungu\cnn_tf.py", line 114, in tf.app.run() File "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "D:\Azhari\Tugas Akhir-2\Tunarungu\cnn_tf.py", line 85, in main train_images =...

I managed to replace the gesture using create_gestures.py but I'm not able to change the text/gesture name corresponding to it. Also, how do I edit the .db file?

When I run the cnn_keras.py file in Visual studio, I get this error, ValueError: Error when checking target: expected dense_2 to have shape (2,) but got array with shape (3,)...

Traceback (most recent call last): File "create_gestures.py", line 106, in store_images(g_id) File "create_gestures.py", line 70, in store_images contour = max(contours, key = cv2.contourArea(contours[0])) cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\imgproc\src\shapedescr.cpp:274: error: (-215:Assertion failed) npoints...