Skip to content

Commit b45f6ca

Browse files
Merge pull request #46 from dcrey7/fix/readme-inference-command
docs: correct inference script name in README
2 parents 2c27660 + 9d00b5d commit b45f6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Toggle `--include_loc_tokens` based on your strategy (see explanation above).
7575
Run inference with:
7676

7777
```bash
78-
python infer.py
78+
python predict.py
7979
```
8080

8181
This script uses the fine-tuned model to detect license plates and generates images in the outputs/ folder.

0 commit comments

Comments
 (0)