Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
detectRecog committed May 12, 2020
1 parent 35e2ec2 commit 10cbc97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ As each image in CCPD contains only a single license plate (LP). Therefore, we d
#### benchmark

If you want to provide more baseline results or have problems about the provided results. Please raise an issue.
##### detection

| | FPS | AP | DB | Blur | FN | Rotate | Tilt | Challenge |
|---|---|---|---|---|---|---|---|---|
Expand All @@ -32,6 +33,13 @@ If you want to provide more baseline results or have problems about the provided
| SSD512 | 12 | 87.83 | 69.99 | 84.23 | 80.65 | 96.50 | 91.26 | 92.14 |
| YOLOv3-320 | 52 | 87.23 | 71.34 | 82.19 | 82.44 | 96.69 | 89.17 | 91.46 |

##### recognition
We provide baseline methods for recognition by appending a LP recognition model HC (refer to paper <Holistic recognition of low quality license plates by cnn using track annotated data>) to the detector.

| | FPS | AP | DB | Blur | FN | Rotate | Tilt | Challenge |
|---|---|---|---|---|---|---|---|---|
| SSD512+HC | 11 | 43.42 | 34.47 | 25.83 | 45.24 | 52.82 | 52.04 | 44.62 |

The column 'AP' shows the precision on all the test set. The test set contains six parts: DB(ccpd_db/), Blur(ccpd_blur), FN(ccpd_fn), Rotate(ccpd_rotate), Tilt(ccpd_tilt), Challenge(ccpd_challenge).

This repository is designed to provide an open-source dataset for license plate detection and recognition, described in _《Towards End-to-End License Plate Detection and Recognition: A Large Dataset and Baseline》_. This dataset is open-source under MIT license. More details about this dataset are avialable at our ECCV 2018 paper (also available in this github) _《Towards End-to-End License Plate Detection and Recognition: A Large Dataset and Baseline》_. If you are benefited from this paper, please cite our paper as follows:
Expand Down

0 comments on commit 10cbc97

Please sign in to comment.