Skip to content

Commit

Permalink
format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Sep 14, 2024
1 parent 26a3ec9 commit 2751c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepforest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def predict_image(self,
path: optional path to read image from disk instead of passing image arg
color: color of the bounding box as a tuple of BGR color, e.g. orange annotations is (0, 165, 255)
thickness: thickness of the rectangle border line in px
Returns:
result: A pandas dataframe of predictions (Default)
img: The input with predictions overlaid (Optional)
Expand Down

0 comments on commit 2751c39

Please sign in to comment.