Skip to content

Commit

Permalink
docs(readme): update <Latest News> v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zjykzj committed Oct 11, 2023
1 parent 560df93 commit f7256de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

## Latest News

* ***[2023/10/11][v0.2.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.2.0). Support training/evaluation/prediction of CRNN+CTC based on license plate.***
* ***[2023/10/10][v0.1.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.1.0). Support training/evaluation/prediction of CRNN+CTC based on EMNIST digital characters.***

## Background
Expand Down Expand Up @@ -89,7 +90,7 @@ Label: [6 1 7 2 0] Pred: [6 1 7 2 0]
Label: [8 8 9 9 5] Pred: [8 8 9 9 5]
```

![](assets/predict.jpg)
![](assets/predict_emnist.jpg)

```shell
$ python predict_plate.py runs/plate_ddp/crnn-plate-e100.pth ./assets/plate/宁A87J92_0.jpg runs/
Expand Down

0 comments on commit f7256de

Please sign in to comment.