lint fixes

This commit is contained in:
Blake Blackshear
2022-04-16 08:42:44 -05:00
parent 0044f73d7a
commit ec91466fe4
6 changed files with 33 additions and 20 deletions

View File

@@ -368,7 +368,9 @@ def track_camera(
objects_to_track = config.objects.track
object_filters = config.objects.filters
motion_detector = MotionDetector(frame_shape, config.motion, improve_contrast_enabled)
motion_detector = MotionDetector(
frame_shape, config.motion, improve_contrast_enabled
)
object_detector = RemoteObjectDetector(
name, labelmap, detection_queue, result_connection, model_shape
)