Skip to content

Commit

Permalink
Merge branch 'master' into fix-weird-resized-wh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandede committed Apr 10, 2024
2 parents 359cd1e + 88bb23b commit d3abcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The model in Keras is built by the essay author, see [sergiomsilva/alpr-unconstr
```bash
pip3 install -r requirements.txt
```
4. Download the pretrained weight `wpodnet.pth` from [Google Drive](https://drive.google.com/file/d/1SPfJIgEBX6j0fQbQryQxRp_sHkEnJnKa/view?usp=share_link)
4. Download the pretrained weight `wpodnet.pth` from [here](https://github.com/Pandede/WPODNet-Pytorch/releases/download/1.0.0/wpodnet.pth)
5. Predict with an image
```bash
python3 predict.py docs/sample/original/03009.jpg # The path to the an image
Expand Down

0 comments on commit d3abcf6

Please sign in to comment.