The invention discloses a
human body gesture identification method based on a depth
convolution neural network, belongs to the technical filed of mode identification and
information processing, relates to behavior identification tasks in the aspect of
computer vision, and in particular relates to a
human body gesture
estimation system research and implementation scheme based on the depth
convolution neural network. The neural network comprises independent output
layers and independent loss functions, wherein the independent output
layers and the independent loss functions are designed for positioning
human body joints. ILPN consists of an input layer, seven hidden
layers and two independent output layers. The hidden layers from the first to the sixth are
convolution layers, and are used for
feature extraction. The seventh
hidden layer (fc7) is a full connection layer. The output layers consist of two independent parts of fc8-x and fc8-y. The fc8-x is used for predicting the
x coordinate of a joint. The fc8-y is used for predicting the
y coordinate of the joint. When model training is carried out, each output is provided with an independent softmax
loss function to guide the learning of a model. The human body gesture identification method has the advantages of simple and fast training, small computation amount and high accuracy.