Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Apr 8, 2024
1 parent d3c5ce4 commit 9df3de3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frigate/object_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,7 @@ def get_current_frame(self, draw_options={}):
):
max_target_box = self.ptz_autotracker_thread.ptz_autotracker.tracked_object_metrics[
self.name
][
"max_target_box"
]
]["max_target_box"]
side_length = max_target_box * (
max(
self.camera_config.detect.width,
Expand Down

0 comments on commit 9df3de3

Please sign in to comment.