Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valfride authored Jul 31, 2023
1 parent a50b71f commit f48124c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ In general, you will receive a download link within 3-5 business days. Failure t
```
- __training.py__ and __testing.py__

In each training.py and testing.py files we must define the path of the OCR to be used throught the path_ocr:
In each training.py and testing.py files we must define the path of the OCR to be used (follow the link in #pre-trained-ocr-model):

```python
# RosoSol-SR
path_ocr = Path('2023-02-02-exp-016-br-paper-valfride-cg-ocr-goncalves2018realtime-original-120-60-adam-batch64-pat7')
path_ocr = Path('./saved_models/RODOSOL_ALPR')

# PKU-SR
path_ocr = Path('2023-02-06-exp-019-cn-paper-valfride-cg-ocr-goncalves2018realtime-original-120-40-adam-batch64-pat7')
path_ocr = Path('./saved_models/CHINESE_ALPR')
```
# Pre-trained OCR Model
https://github.com/Valfride/lpr-rsr-ext/releases/tag/OCR_pre-trained_models
Expand Down

0 comments on commit f48124c

Please sign in to comment.