The application provides a
video prediction method based on an automatic driving
remote control system, including the following steps: acquiring and decoding original images through camera shooting; collecting original image data acquired by the camera to generate a
training set; training an MCNet model using the
training set and performing
data processing on the
training set through the MCNet model; taking the position information of a spreader in a predicted image as an item in a
loss function, adding a plurality of fully connected
layers to the
backbone network of the MCNet model to output the position information of the spreader, and adding a spreader regression
loss function when the MCNet model is updated;
copying the currently used MCNet model to obtain a mirrored MCNet model; performing small-step training using the original image of a previous historical frame as training data; performing performance
verification on the original image of the second-to-last historical frame as
verification data of the training data, if the accuracy of the
verification data is higher, the MCNet model is updated and optimized; otherwise, the weights of the network of the MCNet model remain unchanged; and
video streaming of the predicted image is generated and published.