You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -47,19 +47,18 @@ The idea is to use this after a plate object detector, since the OCR expects the
47
47
<details>
48
48
<summary>Notes</summary>
49
49
50
-
> [!NOTE]
51
-
> _<sup>[1]</sup> Inference on Mac M1 chip using CPUExecutionProvider. Utilizing CoreMLExecutionProvider accelerates speed by 5x in the CNN models._
52
-
>
53
-
> _<sup>[2]</sup> Accuracy is what we refer to as plate_acc. See [metrics section](#model-metrics)._
54
-
>
55
-
> _<sup>[3]</sup> For detailed accuracy for each country see [results](https://github.com/ankandrew/fast-plate-ocr/releases/download/arg-plates/european_mobile_vit_v2_ocr_results.json) and the corresponding [val split](https://github.com/ankandrew/fast-plate-ocr/releases/download/arg-plates/european_mobile_vit_v2_ocr_val.zip) used._
56
-
>
57
-
> _<sup>[4]</sup> For detailed accuracy for each country see [results](https://github.com/ankandrew/fast-plate-ocr/releases/download/arg-plates/global_mobile_vit_v2_ocr_results.json)._
50
+
_<sup>[1]</sup> Inference on Mac M1 chip using CPUExecutionProvider. Utilizing CoreMLExecutionProvider accelerates speed by 5x in the CNN models._
51
+
52
+
_<sup>[2]</sup> Accuracy is what we refer to as plate_acc. See [metrics section](#model-metrics)._
53
+
54
+
_<sup>[3]</sup> For detailed accuracy for each country see [results](https://github.com/ankandrew/fast-plate-ocr/releases/download/arg-plates/european_mobile_vit_v2_ocr_results.json) and the corresponding [val split](https://github.com/ankandrew/fast-plate-ocr/releases/download/arg-plates/european_mobile_vit_v2_ocr_val.zip) used._
55
+
56
+
_<sup>[4]</sup> For detailed accuracy for each country see [results](https://github.com/ankandrew/fast-plate-ocr/releases/download/arg-plates/global_mobile_vit_v2_ocr_results.json)._
58
57
59
58
</details>
60
59
61
60
<details>
62
-
<summary>Reproduce results.</summary>
61
+
<summary>Reproduce results</summary>
63
62
64
63
* Calculate Inference Time:
65
64
@@ -337,9 +336,8 @@ To start contributing or to begin development, you can follow these steps:
337
336
338
337
If you want to train a model and share it, we'll add it to the HUB 🚀
339
338
340
-
### TODO
339
+
If you look to contribute to the repo, some cool things are in the backlog:
341
340
342
-
- [ ] Expand model zoo.
343
-
- [ ] Use synthetic image plates.
344
-
- [ ] Finish and push TorchServe files.
345
-
- [ ] Use Google docstring style
341
+
- [ ] Implement [STN](https://arxiv.org/abs/1506.02025) using Keras 3 (With `keras.ops`)
0 commit comments