Coder Social home page Coder Social logo

sign-language-to-text's People

Contributors

luvk1412 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sign-language-to-text's Issues

NoneType object has no attribute 'shape'

tina@tina:-/tinas /bin/python3 /home/tina/tina/Sign-Language-to-Text-master/collect-data.py
[WARN:0] global /tmp/pip-req-build-afu9cjzs/opencv/modules/videoio/src/cap_v4l.cpp (890) open VIDEOIO (V4L2: /dev/video0): can't open camera by index
Traceback (most recent call last):
File "/home/tina/tina/Sign-Language-to-Text-master/collect-data.py", line 112, in
x1= int(0.5 frame.shape [1])
AttributeError: 'NoneType object has no attribute 'shape'

Cannot install hunspell

Hi i tried to pip install hunspell but it gave me error message:

ERROR: Complete output from command 'C:\Users\TMRND\Anaconda3\python.exe' -u -c 'import setuptools, tokenize;file='"'"'C:\Users\TMRND\AppData\Local\Temp\pip-install-65r8fkqa\hunspell\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\TMRND\AppData\Local\Temp\pip-wheel-v6gq75kk' --python-tag cp37:
ERROR: running bdist_wheel
running build
running build_ext
building 'hunspell' extension
creating build
creating build\temp.win-amd64-3.7
creating build\temp.win-amd64-3.7\Release
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -DHUNSPELL_STATIC -IV:/hunspell-1.3.3/src/hunspell -IC:\Users\TMRND\Anaconda3\include -IC:\Users\TMRND\Anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" /EHsc /Tphunspell.cpp /Fobuild\temp.win-amd64-3.7\Release\hunspell.obj /MT
hunspell.cpp
hunspell.cpp(20): fatal error C1083: Cannot open include file: 'hunspell.hxx': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\cl.exe' failed with exit status 2

ERROR: Failed building wheel for hunspell
Running setup.py clean for hunspell
Failed to build hunspell
Installing collected packages: hunspell
Running setup.py install for hunspell ... error

What is the solution to install hunspell ?

app.py problem and extra

hi, im student in korea and i was trying to use this code, so i download this project, and i run in this course collecte.py - preprocessing.py- image,processingpy - train.py - app.py and, i got problem in app.py.
i installed hunspell using pip install hunspell, and my computer could not find them, so now, i cant run app.py. i tried to solve this problem by using cyhunspell instead of hunspell but this also failed.i dont know weather this is my own pc problem or my software problem,,,, i could not find the right solution for this problem, so can i ask you to give me answer to this problem? .... sorry for my bad english.. (additionally im very poor at coding(i just started)so, it would be so thankful if you teach me in detail thankyou)
and this is my error message

PS C:\Users\User\Desktop\병아리> & C:/Users/User/Anaconda3/python.exe "c:/Users/User/Downloads/Sign-Language-to-Text-master (2)/Sign-Language-to-Text-master/app.py"
Using TensorFlow backend.
2021-07-21 00:02:25.362964: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found
2021-07-21 00:02:25.363723: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore
above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "c:/Users/User/Downloads/Sign-Language-to-Text-master (2)/Sign-Language-to-Text-master/app.py", line 11, in
import cyhunspell
ModuleNotFoundError: No module named 'cyhunspell'

No way to install hunspell in windows

I've searched a lot to install hunspell in windows, unfortunately there is no way to figure it out till date. Any solution to this problem is welcome. app.py will work fine in Linux.

Following error comes while installing in windows.

ERROR: Command errored out with exit status 1:
command: 'C:\Users\Brajesh\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"'; file='"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Brajesh\AppData\Local\Temp\pip-record-0zizia0l\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Brajesh\anaconda3\Include\hunspell'
cwd: C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell
Complete output (5 lines):
running install
running build
running build_ext
building 'hunspell' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Brajesh\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"'; file='"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Brajesh\AppData\Local\Temp\pip-record-0zizia0l\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Brajesh\anaconda3\Include\hunspell' Check the logs for full command output.

module hunspell has no attribute HunSpell

C:/Users/THOMAS/AppData/Local/Programs/Python/Python39/python.exe "e:/voice for deaf and dumb/Sign-Language-to-Text-master/app.py"
2021-08-22 12:01:05.783212: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2021-08-22 12:01:05.783661: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPUText-master/app.py" set up on your machine. 110.dll'; dlerror: cudart64_110.dll not found
Starting Application... set up on your machine.
Traceback (most recent call last):
pba = Application()
File "e:\voice for deaf and dumb\Sign-Language-to-Text-master\app.py", line 17, in init
AttributeError: module 'hunspell' has no attribute 'HunSpell'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.