Skip to content

Commit c9f6be3

Browse files
committed
Update with performance data
1 parent 2ff2a06 commit c9f6be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ To implement a sliding window search, we need to decide what size window we want
280280

281281
![Initial Sliding Window Attempt](./vehicleLab/visualized/InitialSlidingWindowTest.jpg)
282282

283-
This produced searches that had a lot of fault positives, and were too time consuming. Took as much as a second per screen without even putting in effort to get rid of fault positives. It was not very satisfying.
283+
This produced searches that had a lot of fault positives, and were too time consuming. Took as much as a second per frame without even putting in effort to get rid of fault positives. It was not very satisfying.
284284

285285
![Initial Sliding Window Test Results](./vehicleLab/visualized/InitialTest.jpg)
286286

0 commit comments

Comments
 (0)