Real-Time Hand Detection Based on YOLOv3

Yihui Xie,Zhongjian Dai,Zhiyang Jia,Yaping Dai
2020-01-01
Abstract:In this paper, a rapid detection method of human hand is proposed, which can determine the position of human hand in real time. Since YOLOv3 shows good accuracy in the field of object detection, a detection method based on YOLOv3 is proposed. Because of the larger model after training and the high demand for the computing power of the platform, the model is difficult to be applied to embedded devices. In order to solve the problem of large model, a new network slimming method is proposed in this paper. The method combines channel pruning and layer pruning to compress the model, and finally the precision is picked up by fine-tuning. The sparsity training step for the model is required before the pruning operation and this step can be applied to any typical CNNs or fully connected networks. The experimental results demonstrate that the mAP (Mean Average Precision) reaches 0.76, and the inference speed reaches 9.0 ms. Therefore, the proposed algorithm is capable of realtime detection.
What problem does this paper attempt to address?