In order to solve the existing problems in moving target recognition and tracking, YOLOV3 is used to detect the target to be tracked in the current frame, and Kalman filter is used to predict the next position and the size of the bounding box according to the position of the current target. The improved Hungarian algorithm is used to correlate and match the data according to the intersection ratio and color histogram of the detected and predicted borders, and the target motion trajectory is obtained through continuous iteration of the system to complete the tracking. For the occluded target, a region based quality assessment network is introduced, which combines multiple high-quality detection images to recover the occluded part and improve the tracking accuracy.