Skip to content

Commit eeb1cb2

Browse files
authored
Update README.md
1 parent 0359aad commit eeb1cb2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
## Description
44
Hand OCR Paint is meant to be useful for testing an OCR Neural Network for handwritten characters.
55

6+
![](https://github.com/SimoSbara/HandOCRPaint/blob/main/example_ocr.gif)
7+
68
## Testing
79
[Sample Networks](https://github.com/SimoSbara/HandOCRPaint/tree/main/nets) that I trained:
810
* [Alex Net](https://medium.com/@siddheshb008/alexnet-architecture-explained-b6240c528bd5);
911
* [Mobile Net V3](https://towardsdatascience.com/everything-you-need-to-know-about-mobilenetv3-and-its-comparison-with-previous-versions-a5d5e5a6eeaa);
1012
* [Custom OCR KAN Net](https://github.com/Blealtan/efficient-kan) that is equivalent to MLP (trained on MNIST).
1113

12-
![](https://github.com/SimoSbara/HandOCRPaint/blob/main/example_ocr.gif)
14+
## Parameters
15+
Use [-1, 1] normal range and image inversion for KAN Network, otherwise [0, 1] and no inversion.
16+
17+
Change parameters according to your training data.
1318

1419
## Libraries used:
1520
* [CxImage](https://www.codeproject.com/Articles/1300/CxImage) for image encoding/decoding;

0 commit comments

Comments
 (0)