Skip to content

Creating an Indian Sign Language detection model using YOLOv5 involves training a model to recognize and locate different signs in images or videos.

Notifications You must be signed in to change notification settings

Tanwar-12/Indian_Sign_Language_Detection-Yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Indian Sign Language Detection-Yolov5

Overview :

The purpose of this project is to create a Deep Learning model and ISL detection technology involves the use of computer vision and artificial intelligence to recognize and interpret sign language gestures made by individuals who are deaf or hard of hearing.

image

The dataset consists of classes:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z

Workflow:

Data Preparation:

  • Total 2244 images for training and 213 images for validation present inclasses.
  • Create a bounding boxes with the help of label-img And makesense.ai website according to YoloV5.
  • Prepare folder structure that can be accept by YoloV5.

Steps to use Yolov5:

  • Cloning the YoloV5 file from official repository.
  • Changing the directory of yolov5
  • Installing the dependencies
  • Download all versions pre-trained weights.

Steps Before Training Custom Dataset:

  • Go to yolov5/data/.
  • Open data.yaml
  • Edit the following inside it:
  1. Training and Validation file path
  2. Number of classes and Class names.
  3. Training YOLOV5 Model

  • Set images size 640 with batch of 8.
  • Train model around 50 epochs .
  • Visualise the training metrics with the help of tensorboard.

Testing Images Using Test Data:

image image

Testing Video Demo:

ISL detection technology involves the use of computer vision and artificial intelligence to recognize and interpret sign language gestures made by individuals who are deaf or hard of hearing.

ISL_Video_Detection3.mp4

About

Creating an Indian Sign Language detection model using YOLOv5 involves training a model to recognize and locate different signs in images or videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published