diff --git a/deepforest/main.py b/deepforest/main.py index df21148e..bf3ebc13 100644 --- a/deepforest/main.py +++ b/deepforest/main.py @@ -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)