team-fusionx / CarND-Capstone

Team FusionX - Capstone Project for Udacity Self-Driving Car Nanodegree
MIT License
8 stars 3 forks source link

Pass images into deque to achieve max images processed with min latency #148

Closed teeekay closed 6 years ago

teeekay commented 6 years ago

Added a deque to pass images into - allowing processing of maximum number of images. Achieved 2000 of 2807 images from Run_3.1 when processed on home machine. Deque depth is kept to 4 to reduce latency caused by using deque.