Skip to content

Commit

Permalink
Fixed typo in detect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarr committed Sep 11, 2023
1 parent 5a25423 commit cbca574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/object_detection/raspberry_pi/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(model: str, max_results: int, score_threshold: float,
Args:
model: Name of the TFLite object detection model.
max_results: Max of classification results.
max_results: Max number of detection results.
score_threshold: The score threshold of detection results.
camera_id: The camera id to be passed to OpenCV.
width: The width of the frame captured from the camera.
Expand Down

0 comments on commit cbca574

Please sign in to comment.