Closed jtklein closed 8 months ago
The array that should keep track of the results of the previous frames was mistakenly initialized new with every frame. This PR repairs the function of storing the predictions of the past 5 frames and returning only the best one.
The array that should keep track of the results of the previous frames was mistakenly initialized new with every frame. This PR repairs the function of storing the predictions of the past 5 frames and returning only the best one.