Skip to content

Commit 88bb23b

Browse files
authored
Update remote location of weight
1 parent 50702bd commit 88bb23b

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
@@ -42,7 +42,7 @@ The model in Keras is built by the essay author, see [sergiomsilva/alpr-unconstr
4242
```bash
4343
pip3 install -r requirements.txt
4444
```
45-
4. Download the pretrained weight `wpodnet.pth` from [Google Drive](https://drive.google.com/file/d/1SPfJIgEBX6j0fQbQryQxRp_sHkEnJnKa/view?usp=share_link)
45+
4. Download the pretrained weight `wpodnet.pth` from [here](https://github.com/Pandede/WPODNet-Pytorch/releases/download/1.0.0/wpodnet.pth)
4646
5. Predict with an image
4747
```bash
4848
python3 predict.py docs/sample/original/03009.jpg # The path to the an image

0 commit comments

Comments
 (0)