Skip to content

Using computer vision to improve accessibility for the deaf and hard of hearing community

Notifications You must be signed in to change notification settings

ljoks/ASL-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASL-Object-Detection

cd yolov5/
pip install -r requirements.txt

to install necessary dependencies to run this code.

python yolov5/detect.py --weights yolov5/runs/train/yolov5s_results/weights/last.pt --img 416 --conf 0.4 --source 0

to run using your computers front webcam.

See https://github.com/ultralytics/yolov5 for more information on training the different model architectures.

About

Using computer vision to improve accessibility for the deaf and hard of hearing community

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published