Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.43 KB

Hand OCR Paint

Description

Hand OCR Paint is meant to be useful for testing an OCR Neural Network for handwritten characters.

Testing

Sample Networks that I trained:

Parameters

If you are testing Sample Networks:

  • Use [-1, 1] normal range and image inversion if you are using KAN Net or Convolutional KAN Net;
  • Use [0, 1] normal range and no image inversion for the others;

Change these parameters according to your training data if you are testing your own network.

You can choose between ONNX and Tensorflow Lite for inference.

Libraries used:

Requirements for Devs

  • Visual Studio 2022 with MFC