The client sends frames to the server and outputs the responses as they arrive.
View Demo Video on YoutubeThe client tracks between the frame sent to the server (processed frame) and the current frame, without an active cache. It sends a new frame to the server once we receive a response for the previous frame.
View Demo Video on YoutubeThe client maintains an active cache and tracks through frames using our dynamic programming (DP) algorithm.
View Demo Video on Youtube