Skip to content

Commit

Permalink
fix a type hint typo in predict func (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Dec 16, 2024
1 parent 4784b77 commit a305fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sahi/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a305fb8

Please sign in to comment.