Skip to content

Commit 9ca6ce5

Browse files
committed
Minor README.md update
1 parent 1e6168e commit 9ca6ce5

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ The idea is to use this after a plate object detector, since the OCR expects the
4747
<details>
4848
<summary>Notes</summary>
4949

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)._
5857

5958
</details>
6059

6160
<details>
62-
<summary>Reproduce results.</summary>
61+
<summary>Reproduce results</summary>
6362

6463
* Calculate Inference Time:
6564

@@ -337,9 +336,8 @@ To start contributing or to begin development, you can follow these steps:
337336

338337
If you want to train a model and share it, we'll add it to the HUB 🚀
339338

340-
### TODO
339+
If you look to contribute to the repo, some cool things are in the backlog:
341340

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`)
342+
- [ ] Implement [SVTRv2](https://arxiv.org/abs/2411.15858).
343+
- [ ] Implement CTC loss function, so we can choose that or CE loss.

0 commit comments

Comments
 (0)