diff --git a/bus_analyzer/bus_analyzer/extract.py b/bus_analyzer/bus_analyzer/extract.py index 2d37e72..88efeb9 100644 --- a/bus_analyzer/bus_analyzer/extract.py +++ b/bus_analyzer/bus_analyzer/extract.py @@ -314,7 +314,6 @@ def recognize_time_of_day(frame): 'dawn': (118, 0, 0), # estimated from previous years } threshold = 20 # use stronger constraint once we have dusk, night and dawn footage - # these are for 720p; will need to multiple by 3/2 for 1080p sky_pixel = frame.getpixel((1614, 192)) dash_pixel = frame.getpixel((945, 864))