Currently, the program scores a touch for every frame that they see a green and/or red light on the score box. Since we only want to see once score per touch, we need to allow the other fencer 170ms to get a hit of their own so that we can properly score the point for that specific touch (and allow for better ease of use of our program).
For reference, the score box allows a 170ms interval for the second fencer to make the round simultaneous (and thus requiring our model to figure out who got the point).