Skip to content

SimoSbara/HandOCRPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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