File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ ASTER is an accurate scene text recognizer with flexible rectification mechanism
66
77![ ASTER Overview] ( overview.png )
88
9+ ## Installation
10+
11+ ```
12+ conda env create -f environment.yml
13+ ```
14+
915## Train
1016
1117```
@@ -20,10 +26,10 @@ bash scripts/main_test_all.sh
2026
2127## Reproduced results
2228
23- | | IIIT5k | SVT | IC03 | IC13 | SVTP | CUTE |
24- | :-------------:| :------:| :----:| :-----:| :-----:| :-----:| :-----:|
25- | ASTER (L2R) | 92.67 | - | 93.72 | 90.74 | 78.76 | 76.39 |
26- | ASTER.Pytorch | 93.2 | 89.2 | 92.2 | 91 | 81.2 | 81.9 |
29+ | | IIIT5k | SVT | IC03 | IC13 | IC15 | SVTP | CUTE |
30+ | :-------------:| :------:| :----:| :-----:| :-----:| :-----:| :-----:| :-----: |
31+ | ASTER (L2R) | 92.67 | - | 93.72 | 90.74 | - | 78.76 | 76.39 |
32+ | ASTER.Pytorch | 93.2 | 89.2 | 92.2 | 91 | 78.0 | 81.2 | 81.9 |
2733
2834At present, the bidirectional attention decoder proposed in ASTER is not included in my implementation.
2935
You can’t perform that action at this time.
0 commit comments