Nowadays the deep learning has been improved to many different sectors, including human action recognition system. This system mostly needs a high computing resource to work on. In its implementation, it will be built under cloud computing architecture which requires sensors used to send whole raw data to the cloud which puts a load in the networks. Therefore, edge computing system exists to overcome that weakness. This paper presents a method to recognize human action using deep learning with edge computing architecture. With RGB image as the input, this system will detect all persons in the frame using SSD-Mobilenet V2 model with various threshold values, then recognize every person’s action using our trained model with DetectNet architecture in various threshold too. The output of the system is detected person’s RoI and its recognized action action, which a lot smaller than the whole frame. As a result, our proposed system yields the best accuracy of human detection at 64.06% with a threshold at 0.15 and the best accuracy of action recognition at 37.8% with a threshold at 0.4.
Copyrights © 2020