Sign-Language-Recognition--MediaPipe-DTW
Sign-Language-Recognition--MediaPipe-DTW copied to clipboard
Webcam was not working if other than 0 ,cv2.CAP_DSHOW parameters is given in cv2.VideoCapture(). So I removed the other parameter.
Hi, When trying to pull videos from youtube, I receive the following error: File "C:\Python\Sign-Language-Recognition--MediaPipe-DTW-master\yt_download.py", line 53, in download_video(*row) File "C:\Python\Sign-Language-Recognition--MediaPipe-DTW-master\yt_download.py", line 20, in download_video YouTube(f"https://www.youtube.com/watch?v={video_id}") File "C:\Python\Python38\lib\site-packages\pytube\__main__.py", line 292,...
sign_recorder.py Tuple expression not allowed in type annotation Use Tuple[T1, ..., Tn] to indicate a tuple type or Union[T1, T2] to indicate a union type
cv2.CAP_DSHOW is only supported on Windows I believe. With this change it should work autodetect backend and work more cross-platform. Also adds an error condition check so users will get...
I added simple speech synthesis, by using boto 3 client to connect to AWS and fetching Amazon Polly. To play the audio, I added the playsound Library. You'll need to...