From 17b50939fff247aff1123aa84f0d2f040fcd3dd2 Mon Sep 17 00:00:00 2001 From: fatih akyon <34196005+fcakyon@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:09:23 +0300 Subject: [PATCH] fix a type hint typo in predict func --- sahi/predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahi/predict.py b/sahi/predict.py index 0b11d8183..65f46bdf5 100644 --- a/sahi/predict.py +++ b/sahi/predict.py @@ -365,7 +365,7 @@ def predict( frame_skip_interval: int = 0, export_pickle: bool = False, export_crop: bool = False, - dataset_json_path: bool = None, + dataset_json_path: str = None, project: str = "runs/predict", name: str = "exp", visual_bbox_thickness: int = None,