Git Product home page Git Product logo

signlanguagerecognition's Introduction

Sign Language Project

Deploying a YOLOv7 detecting American Sign Language (ASL) on Intel RealSense

Scripts:

Training YOLOv7:

Open the notebook:

Sign_Language_Training_on_Custom_Data.ipynb
!python train.py --batch 8 --epochs 200 --data /yolov7/American-Sign-Language-Letters/data.yaml \
--weights '/yolov7/runs/train/exp11/weights/best.pt' \
--device 0 --img 640 640 --cfg '/cfg/training/yolov7.yaml'

Training Modified ResNet18:

image_classification.ipynb

Testing yolov7 - Camera or Image upload:

test_yolo.py

Testing Modified Resnet - Camera or Image upload:

test_resnet.py

Required Libraries:

(Note some of them might not be needed depending on the application)

inside yolov7 jupyter notebook, run the command to install dependencies from Requirements.txt.

pyrealsense2

pip install pyrealsense2

Install requests

pip3 install requests

Install Pillows for PIL image

pip install Pillow==6.1

Pandas

pip install pandas

Pytorch

pip3 install torch torchvision torchaudio

tqdm

pip install tqdm

pyyaml

pip install pyyaml

Misc

python -m pip install -U matplotlib
pip install seaborn
pip install scipy

For exporting Model:


pip install nvidia-pyindex
pip install --upgrade nvidia-tensorrt
pip install pycuda

pip install protobuf<4.21.3
pip install onnxruntime-gpu
pip install onnx>=1.9.0
pip install onnx-simplifier>=0.3.6

pip install nvidia-pyindex
pip install onnx-graphsurgeon

To use Jupyter Notebooks

pip install jupyter
pip install ipywidgets widgetsnbextension pandas-profiling

signlanguagerecognition's People

Contributors

ahmedharbii avatar

Watchers

 avatar

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.