Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
refactor: autofix issues in 1 file
Browse files Browse the repository at this point in the history
Resolved issues in wyzely_detect/utils/utils.py with DeepSource Autofix
deepsource-autofix[bot] authored Feb 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4285be5 commit 835e19e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wyzely_detect/utils/utils.py
Original file line number Diff line number Diff line change
@@ -40,10 +40,7 @@ def process_footage(
detect_object: list = None,
object_confidence_threshold=None,
) -> np.ndarray:
"""
Takes in a frame and processes it
"""

"""Takes in a frame and processes it"""
global objects_and_peoples

# Resize frame of video to a smaller size for faster recognition processing

0 comments on commit 835e19e

Please sign in to comment.