Skip to content

Commit

Permalink
formatting attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanroy18 committed Nov 29, 2024
1 parent 1ad8ba8 commit 7315197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/detect_target/detect_target_ultralytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import cv2
import ultralytics


from . import base_detect_target
from .. import image_and_time
from .. import detections_and_time
Expand Down Expand Up @@ -116,7 +115,6 @@ def run(
self.__local_logger.error("Annotated image is invalid.")
return False, detections


# Display the annotated image in a named window
cv2.imshow("Annotated", image_annotated)
cv2.waitKey(1) # Short delay to process GUI events
Expand Down

0 comments on commit 7315197

Please sign in to comment.