Python Sign Language Recognition System Using YOLOv3 and OpenPose

Python Sign Language Recognition System Using YOLOv3 and OpenPose

2022-09-02 0 1,586
Resource Number 37464 Last Updated 2025-02-24
¥ 0 USD Upgrade VIP
Download Notice Demo
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

Product Details 商品属性

  • Language: Python
  • Database:
  • License: License-Free
  • Source Code: Fully Open Source
  • Specification: Full Website Source
  • Delivery: Automatic (instant download after payment)

This issue recommends an image-based sign language recognition system based on Python
hand-keras-yolo3-recognize.

hand-keras-yolo3-recognize a sign language image recognition system based on human gesture studies. Based on the OpenPose open source human pose model and YOLOv3 self-training hand model, the video and image are detected, and then the digital features are predicted by the classifier model, and the prediction results are displayed in text form.

c3ce3b0594554c10a572d7b390e70520noop.image_

Hardware and software environment:

The sign language image recognition system based on human gesture adopts the method of hardware and software combination. The hardware part is mainly a monocular camera for collecting sign language images. In the software part, the video image is processed by ffmpeg, the Python3.6 development environment is configured under Anaconda, and the OpenPose model is compiled with Cmake. Finally, the image algorithm in OpenCV is combined with VScode compiler. All programs of the sign language image recognition system are compiled, and the main interface of the system is designed through wxFromBuilder framework.

Hardware environment

The main hardware devices used in sign language video image acquisition include laptop camera and mobile phone camera. The detailed parameters of the program running hardware environment are as follows:

(1) Operating system: Windows10 Home Edition, 64bit

(2) GPU: Intel(R) Core(TM) i5-8300H, main frequency: 2.30GHz

(3) Memory: 8G

Software environment

(1) Video processing tool: ffmpeg-20181115

(2) Integrated development environment: Microsoft Visual Studio Code, Anaconda3

(3) Interface design tool: wxFromBuilder

(4) Programming language: python3.6

System function design:

782d57ff63ef444ea407487ee7382d83noop.image_

1. Video frame processing

The cv2.imwrite() function in OpenCV is used to save each frame in the video. To process a video, the key frame is extracted using the frame with the local maximum average difference between frames as the local maximum.

More: Python+Opencv2 (III) Save video keyframes _cungudafa’s blog -CSDN blog
84af02b4d54b488baf334352e15e1e18noop.image_

2.

OpenPose Human posture recognition

Openpose Human bones, gestures – Still image labeling and classification (with source code) _cungudafa’s blog -CSDN blog _openpose bone point file

Openpose Human bones, gestures – Still image labeling and classification 2 (with source code) _cungudafa’s blog -CSDN blog _openpose action classification
2fab8e516e1246b0a8a6b015c2a81254noop.image_

Because only the human posture 4 and 7 key points are not enough to identify the hand position, it is easy to misjudge, so yolo hand recognition is introduced in the final design.

799b23b6ccf04c03874d86e2710ba2c0noop.image_

3

.yolov3 hand model training

The project structure is mainly divided into two parts: YOLOv3 deep model training part and YOLOv3 and OpenPose sign language gesture recognition part.

Training model idea:
9f64d66627c84a41ba36bb7335c06129noop.image_

Environment: [GPU] win10 (1050Ti)+anaconda3+python3.6+CUDA10.0+
tensorflow-gpu2.1.0_cungudafa blog -CSDN blog

Training model: [Keras+TensorFlow+Yolo3] article master image annotation, training, recognition (tf2 pit filling) _cungudafa blog -CSDN blog

Identify: 【Keras+TensorFlow+Yolo3】 Teach you how to identify the movie and TV drama model _cungudafa blog -CSDN blog

7e78d82214034bf9995140cf1f9303d5noop.image_

Model training reference code: https://gitee.com/cungudafa/keras-yolo3

yolo3 identification refers here to:
https://github.com/AaronJny/tf2-keras-yolo3

4. Human posture digital feature extraction

Identify the complete process idea:

dc80cf1239854ede975c8c7fea94d053noop.image_

In OpenPose design, formulas and methods for solving distance and Angle have been elaborated. Finally, due to individual differences, each person’s bones may be different, and the current optimization is the distance ratio (that is, the ratio of the distance between 3-4 key points of the forearm and 0-1 key points of the neck length))。

4dc2efeee0594fbe8b4ebb04d1a72abfnoop.image_

The project structure of KerAS-based yolo3 training is shown in the following table:

keras-yolo3 Training Program Structure:
ed488662e6a34254bc6ab610f080db2bnoop.image_

The logs folder is used to store the trained model, and VOCdevkit is used to store pictures and annotation information.

model_data folder contents:
608980b7ff254631be0e95d92146e365noop.image_

nets folder contents:

78b25a9e9b654ec7a52f6ce0231c79d6noop.image_

openpose and yolov3 combined reference:

“Sign Language Image Recognition System Design – Human Movement recognition” design and implementation _cungudafa’s blog -CSDN blog _ Sign Language recognition system

5.beyes classification recognition

【Sklearn】 Introductory flower Dataset Experiment – Understanding Naive Bayes Classifiers _cungudafa blog -CSDN blog

a73910d6ba7a441999e488507b80ee9enoop.image_

Identify part of the code structure:
6009f11451c642e6ae616e1331ce2c9fnoop.image_

Video file handling filesUtils folder:

a6a8462cabbe456a968ab2ed536e3dcfnoop.image_

model Model folder:

96bdd592490048189ff16d290ac336c3noop.image_

Basic algorithm pose and yolov3 folder:

92b0a935604f42d3ab0fb5af1ec752danoop.image_

Use:

1. Configure the corresponding environment (docs/requirements.txt)

docs/requirements.txt · cungudafa/hand-keras-yolo3-recognize – Gitee.com

2. Modify the path and run UI_main.py
9f0060e40be94dbe8cd6f7c695baf076noop.image_

You can read more on your own.

Open source address: Click download

资源下载此资源为免费资源立即下载
Telegram:@John_Software
☆☆☆☆☆0 pts · 0 reviews
Updated 2025-02-24

Q&A

No questions yet. Ask the seller!

Reviews

No reviews yet. Share your experience after purchase.

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

TopTinker CMS & News Portal Python Sign Language Recognition System Using YOLOv3 and OpenPose https://toptinker.com/37464.html

商家类型:个人(声明)

Share free open-source source code

Q&A
  • 1. Automatic: After making an online payment, click the (Download) link to download the source code; 2. Manual: Contact the seller or the official to check if the template is consistent. Then, place an order and make payment online. The seller ships the goods, and both parties inspect and confirm that there are no issues. TopTinker will then settle the payment for the seller. Note: Please ensure to place your order and make payment through TopTinker. If you do not place your order and make payment through TopTinker, and the seller sends fake source code or encounters any issues, TopTinker will not assist in resolving them, nor can we guarantee your funds!
View details
  • 1. Default transaction cycle for source code: The seller manually ships the goods within 1-3 days. The amount paid by the user will be held in escrow by TopTinker until 7 days after the transaction is completed and both parties confirm that there are no issues. TopTinker will then settle with the seller. In case of any disputes, TopTinker will have staff to assist in handling until the dispute is resolved or a refund is made! If the buyer places an order and makes payment not through TopTinker, any issues and disputes have nothing to do with TopTinker, and TopTinker will not be responsible for any liabilities!
View details
  • 1. TopTinker will permanently archive the transaction process between both parties and snapshots of the traded goods to ensure the authenticity, validity, and security of the transaction! 2. TopTinker cannot guarantee services such as "permanent package updates" and "permanent technical support" after the merchant's commitment. Buyers are advised to identify these services on their own. If necessary, they can contact TopTinker for assistance; 3. When both website demonstration and image demonstration exist in the source code, and the text descriptions of the website and images are inconsistent, the text description of the image shall prevail as the basis for dispute resolution (excluding special statements or agreements); 4. If there is no statement such as "no legal basis for refund" or similar content, any indication on the product that "once sold, no refunds will be supported" or other similar declarations shall be deemed invalid; 5. Before the buyer places an order and makes payment, the transaction details agreed upon by both parties via WhatsApp or email can also serve as the basis for dispute resolution (in case of any inconsistency between the agreement and the description of the conflict, the agreement shall prevail); 6. Since chat records and email records can serve as the basis for dispute resolution, both parties should only communicate with each other through the contact information left on the system when contacting each other, in order to prevent the other party from denying their own commitments. 7. Although the probability of disputes is low, it is essential to retain important information such as chat records, text messages, and email records, in case a dispute arises, so that TopTinker can intervene quickly.
View details
  • 1. As a third-party intermediary platform, TopTinker solely protects transaction security and the rights and interests of both buyers and sellers based on the transaction contract (product description, agreed content before the transaction); 2. For online trading projects not on the TopTinker platform, any consequences are unrelated to this platform; regardless of the reason why the seller requests an offline transaction, please contact the administrator to report.
View details

Related Source code

TopTinker Customer Service

24-hour online professional services