CN112257580A - Human body key point positioning detection method based on deep learning - Google Patents

Human body key point positioning detection method based on deep learning Download PDF

Info

Publication number
CN112257580A
CN112257580A CN202011134250.6A CN202011134250A CN112257580A CN 112257580 A CN112257580 A CN 112257580A CN 202011134250 A CN202011134250 A CN 202011134250A CN 112257580 A CN112257580 A CN 112257580A
Authority
CN
China
Prior art keywords
key point
human body
safety belt
detection
deep learning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011134250.6A
Other languages
Chinese (zh)
Inventor
冯志珍
张卫山
于强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China University of Petroleum East China
Original Assignee
China University of Petroleum East China
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China University of Petroleum East China filed Critical China University of Petroleum East China
Priority to CN202011134250.6A priority Critical patent/CN112257580A/en
Publication of CN112257580A publication Critical patent/CN112257580A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/20Movements or behaviour, e.g. gesture recognition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands

Abstract

The invention provides a human body key point positioning detection method based on deep learning, which is based on a key point detection algorithm in the deep learning, provides a new quadratic regression detection method and accurately determines the position of a key point again by utilizing the structural characteristics of a human body. Based on the convolutional neural network and the cyclic neural network technology in deep learning, the human body key points in the picture are accurately positioned by constructing a key point detection neural network. When the key point positioning algorithm of the human body is designed and selected, the key characteristics of the human body contacted by the safety belt wearing specification are fully considered, the method mainly improves the precision of position detection of key points of 7 important bones at the shoulder, the chest, the waist, the thigh and the like, and adopts a mode of fusing a key point positioning detection module and a safety belt detection module to judge whether the safety belt wearing of a person meets the specification or not with high precision.

Description

Human body key point positioning detection method based on deep learning
Technical Field
The invention relates to machine learning, deep learning computer vision, graphic image processing and key point detection, in particular to a human body key point positioning detection method based on deep learning.
Background
The key points of the human skeleton are important for describing the human posture and predicting the human behavior. Therefore, human skeletal key point positioning detection is the basis of many computer vision tasks, such as motion classification, abnormal behavior detection, and automatic driving. Many human key points directly acquire three-dimensional information of the human key points through a Convolutional Neural Network (CNN), and the deep neural network can acquire three-dimensional human key point prediction values with reasonable precision from a single view. In recent years, with the development of deep learning technology, the detection effect of key points of human bones is continuously improved, and the method has started to be widely applied to the related field of computer vision. The invention combines the human body key point positioning technology to carry out the standard detection of the wearing of the human body safety belt.
The detection method of the human body key points is roughly divided into Bottom-up (Bottom-up) and Top-down (Top-down). The positions of all key points in the graph are firstly predicted from top to top, then all key points are associated with human instances, such as VGG-19 is used as a main network, image features are output, and then a heat map of the human key points and groups of the key points are generated through a multi-level network. From top to bottom, the method benefits from the breakthrough of an object detection algorithm, the picture can be divided into a plurality of sub-pictures only containing one person, and then the positions of all key points are detected.
Disclosure of Invention
In order to solve the defects and shortcomings in the prior art, the invention provides a human body key point positioning detection method based on deep learning, which is an efficient method for performing secondary accurate regression on key point positioning on the basis of the original computer vision human body key point detection and performing high-accuracy judgment on whether human body safety belt wearing meets the standard or not by adopting a mode of fusing a key point positioning detection module and a safety belt detection module.
The technical scheme of the invention is as follows:
a human body key point positioning detection method based on deep learning is characterized by comprising the steps of image preprocessing, generation of a confrontation network model, human body key point detection and safety belt detection. The method comprises the following steps:
step (1), intercepting a personnel safety belt data set from a video frame, and screening pictures meeting conditions;
step (2), separating three color channels of r, g and b by adopting data enhancement, adding noise, expanding a data set by using a method for generating a confrontation network model, and preprocessing the data set in the step (1);
step (3), marking and training a personnel key point position detection module by using the data in the step (2), and extracting 7 key point information of shoulders, chests, waists, thighs and the like;
step (4), marking the data of the human body safety belt by using a marking tool to obtain a corresponding target JSON file, extracting features by using a mask rcnn algorithm, and training a corresponding human body safety belt detection model;
and (5) detecting pictures, detecting key point information by using the key point detection module (3), connecting 7 key points, dividing the safety belt target by using the human safety belt detection module (4), comparing whether the part connected with the key points is positioned in the safety belt dividing target, and if the condition is met, determining that the part is the safety belt wearing standard, and returning a detection result.
The invention has the beneficial effects that:
(1) when the human body key point positioning algorithm is designed and selected, the human body key characteristics contacted by the safety belt wearing specification are fully considered, and the precision of position detection of 7 important skeleton key points such as shoulders, breasts, waists, thighs and the like can be improved;
(2) the invention carries out secondary accurate regression for key point positioning detection, and accurately determines the position of the key point by effectively utilizing the structural characteristics of the human body. The method can adapt to complex scenes of the power field, and the algorithm has more robustness.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a general flowchart of a human key point localization detection method based on deep learning according to the present invention;
fig. 2 is a schematic diagram of human body key points of the deep learning-based human body key point positioning detection method of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in FIG. 1, the method for detecting the localization of human key points based on deep learning of the present invention comprises the following basic steps: generating an confrontation network model, image preprocessing, a human body key point detection model, a safety belt detection model and a multi-model fusion judgment algorithm.
The following describes in detail the human body key point localization detection method based on deep learning with reference to fig. 1 and fig. 2:
step (1), intercepting a personnel safety belt data set from a video frame, and screening pictures meeting conditions;
step (2), separating three color channels of r, g and b by adopting data enhancement, adding noise, expanding a data set by using a method for generating a confrontation network model, and preprocessing the data set in the step (1);
step (3), marking and training a personnel key point position detection module by using the data in the step (2), and extracting 7 key point information of shoulders, chests, waists, thighs and the like;
step (4), marking the data of the human body safety belt by using a marking tool to obtain a corresponding target JSON file, extracting features by using a mask rcnn algorithm, and training a corresponding human body safety belt detection model;
and (5) detecting pictures, detecting key point information by using the key point detection module (3), connecting 7 key points, dividing the safety belt target by using the human safety belt detection module (4), comparing whether the part connected with the key points is positioned in the safety belt dividing target, and if the condition is met, determining that the part is the safety belt wearing standard, and returning a detection result.
The invention discloses a human body key point positioning detection method based on deep learning, which is based on a key point detection algorithm in the deep learning, provides a new quadratic regression detection method, and accurately positions human body key points in a picture by constructing a key point detection neural network based on a convolutional neural network and a cyclic neural network technology in the deep learning. The key point positioning technology is adopted to be fused with the detection of the safety belt, and whether the safety belt is worn normally is judged through whether the safety belt exists at the key point positions of 7 important bones of the shoulder, the chest, the waist, the thigh and the like. The key characteristics of the human body contacted by the safety belt wearing specification are fully considered in the design and selection of the key point positioning algorithm of the human body, so that an efficient algorithm for standard positioning of the key points of the human body is designed.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (1)

1. A human body key point positioning detection method based on deep learning is characterized by comprising the steps of image preprocessing, generation of a confrontation network model, human body key point detection and safety belt detection. The method comprises the following steps:
step (1), intercepting a personnel safety belt data set from a video frame, and screening pictures meeting conditions;
step (2), separating three color channels of r, g and b by adopting data enhancement, adding noise, expanding a data set by using a method for generating a confrontation network model, and preprocessing the data set in the step (1);
step (3), marking and training a personnel key point position detection module by using the data in the step (2), and extracting 7 key point information of shoulders, chests, waists, thighs and the like;
step (4), marking the data of the human body safety belt by using a marking tool to obtain a corresponding target JSON file, extracting features by using a mask rcnn algorithm, and training a corresponding human body safety belt detection model;
and (5) detecting pictures, detecting key point information by using the key point detection module (3), connecting 7 key points, dividing the safety belt target by using the human safety belt detection module (4), comparing whether the part connected with the key points is positioned in the safety belt dividing target, and if the condition is met, determining that the part is the safety belt wearing standard, and returning a detection result.
CN202011134250.6A 2020-10-21 2020-10-21 Human body key point positioning detection method based on deep learning Pending CN112257580A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011134250.6A CN112257580A (en) 2020-10-21 2020-10-21 Human body key point positioning detection method based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011134250.6A CN112257580A (en) 2020-10-21 2020-10-21 Human body key point positioning detection method based on deep learning

Publications (1)

Publication Number Publication Date
CN112257580A true CN112257580A (en) 2021-01-22

Family

ID=74263440

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011134250.6A Pending CN112257580A (en) 2020-10-21 2020-10-21 Human body key point positioning detection method based on deep learning

Country Status (1)

Country Link
CN (1) CN112257580A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392708A (en) * 2021-05-13 2021-09-14 上海湃道智能科技有限公司 Safety belt detection method
CN113627083A (en) * 2021-08-05 2021-11-09 广州帕克西软件开发有限公司 Method for realizing DIV clothes based on virtual try-on
CN117281484A (en) * 2023-11-24 2023-12-26 深圳启脉科技有限公司 Identification method for wearing position of mobile monitoring equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784149A (en) * 2018-12-06 2019-05-21 北京飞搜科技有限公司 A kind of detection method and system of skeleton key point
CN110503612A (en) * 2019-07-31 2019-11-26 东北大学 One kind separating recombination data enhancement methods based on bit plane
CN110533076A (en) * 2019-08-01 2019-12-03 江苏濠汉信息技术有限公司 The detection method and device of construction personnel's seatbelt wearing of view-based access control model analysis
CN110889376A (en) * 2019-11-28 2020-03-17 创新奇智(南京)科技有限公司 Safety helmet wearing detection system and method based on deep learning
CN111062934A (en) * 2019-12-25 2020-04-24 陈金选 Real-time detection method for fabric image defects
CN111339883A (en) * 2020-02-19 2020-06-26 国网浙江省电力有限公司 Method for identifying and detecting abnormal behaviors in transformer substation based on artificial intelligence in complex scene

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784149A (en) * 2018-12-06 2019-05-21 北京飞搜科技有限公司 A kind of detection method and system of skeleton key point
CN110503612A (en) * 2019-07-31 2019-11-26 东北大学 One kind separating recombination data enhancement methods based on bit plane
CN110533076A (en) * 2019-08-01 2019-12-03 江苏濠汉信息技术有限公司 The detection method and device of construction personnel's seatbelt wearing of view-based access control model analysis
CN110889376A (en) * 2019-11-28 2020-03-17 创新奇智(南京)科技有限公司 Safety helmet wearing detection system and method based on deep learning
CN111062934A (en) * 2019-12-25 2020-04-24 陈金选 Real-time detection method for fabric image defects
CN111339883A (en) * 2020-02-19 2020-06-26 国网浙江省电力有限公司 Method for identifying and detecting abnormal behaviors in transformer substation based on artificial intelligence in complex scene

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
沈茂东等: "基于改进Mask RCNN 的电力检修违规操作检测", 《计算机系统应用》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392708A (en) * 2021-05-13 2021-09-14 上海湃道智能科技有限公司 Safety belt detection method
CN113627083A (en) * 2021-08-05 2021-11-09 广州帕克西软件开发有限公司 Method for realizing DIV clothes based on virtual try-on
CN117281484A (en) * 2023-11-24 2023-12-26 深圳启脉科技有限公司 Identification method for wearing position of mobile monitoring equipment
CN117281484B (en) * 2023-11-24 2024-03-01 深圳启脉科技有限公司 Wearing position identification method of monitoring device

Similar Documents

Publication Publication Date Title
CN112257580A (en) Human body key point positioning detection method based on deep learning
Jung et al. Fine-grained semantics-aware representation enhancement for self-supervised monocular depth estimation
US10776627B2 (en) Human flow analysis method, human flow analysis apparatus, and human flow analysis system
CN110502965B (en) Construction safety helmet wearing monitoring method based on computer vision human body posture estimation
Kamal et al. A hybrid feature extraction approach for human detection, tracking and activity recognition using depth sensors
Yang et al. Gesture spotting and recognition for human–robot interaction
CN110425005B (en) Safety monitoring and early warning method for man-machine interaction behavior of belt transport personnel under mine
CN113450408B (en) Irregular object pose estimation method and device based on depth camera
CN103390152B (en) Sight tracking system suitable for human-computer interaction and based on system on programmable chip (SOPC)
CN104834887B (en) Move pedestrian's representation method, recognition methods and its device
CN105740780A (en) Method and device for human face in-vivo detection
CN110555412A (en) End-to-end human body posture identification method based on combination of RGB and point cloud
Ashwin et al. An e-learning system with multifacial emotion recognition using supervised machine learning
CN111209811B (en) Method and system for detecting eyeball attention position in real time
CN112800937A (en) Intelligent face recognition method
CN109344790A (en) A kind of human body behavior analysis method and system based on posture analysis
CN104915658A (en) Emotion component analyzing method and system based on emotion distribution learning
Liao et al. Ai golf: Golf swing analysis tool for self-training
US11335027B2 (en) Generating spatial gradient maps for a person in an image
CN112200828A (en) Detection method and device for ticket evasion behavior and readable storage medium
CN112597956B (en) Multi-person gesture estimation method based on human body anchor point set and perception enhancement network
CN103426000A (en) Method for detecting static gesture fingertip
US11527090B2 (en) Information processing apparatus, control method, and non-transitory storage medium
Nie et al. A child caring robot for the dangerous behavior detection based on the object recognition and human action recognition
Mohana et al. Human action Recognition using STIP Techniques

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB03 Change of inventor or designer information

Inventor after: Zhang Weishan

Inventor after: Feng Zhizhen

Inventor after: Yu Qiang

Inventor before: Feng Zhizhen

Inventor before: Zhang Weishan

Inventor before: Yu Qiang

CB03 Change of inventor or designer information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210122

WD01 Invention patent application deemed withdrawn after publication