Skip to content

Commit

Permalink
extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Jul 5, 2024
1 parent 8a91360 commit 2e46321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __call__(self, data: AugInput, device: Optional[str] = None) -> tuple[dict,
Run the model on the image with preprocessing
Args:
data (AugInput): image to run the model on
data (AugInput): image (and possibly dpi) to run the model on
device (str): device to run the model on
Returns:
tuple[dict, int, int]: predictions, height, width
Expand Down

0 comments on commit 2e46321

Please sign in to comment.