Skip to content

Commit

Permalink
Minor type
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed Apr 3, 2024
1 parent becaff6 commit 506691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_plate_ocr/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read_plate_image(image_path: str, img_height: int, img_width: int) -> npt.ND


def load_keras_model(
model_path: pathlib.Path,
model_path: str | pathlib.Path,
vocab_size: int,
max_plate_slots: int,
) -> keras.Model:
Expand Down

0 comments on commit 506691e

Please sign in to comment.