Skip to content

Commit

Permalink
update util after dev merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Jul 6, 2023
1 parent 3599564 commit 51357cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/ptz/autotrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from frigate.config import CameraConfig, FrigateConfig
from frigate.ptz.onvif import OnvifController
from frigate.types import CameraMetricsTypes
from frigate.util import SharedMemoryFrameManager, intersection_over_union
from frigate.util.image import SharedMemoryFrameManager, intersection_over_union

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 51357cc

Please sign in to comment.