Stan
Stan
To build dictionaries from wordlists, use this tool: https://github.com/phatware/WritePad-Handwriting-Recognition-Engine/tree/master/UniversalRecognizer/V300/WritePadDictUtil
There is already a basic recognizer of several geometrical shapes in the INK_ API. See Doc.
Right, the INK_RecognizeShape will not return the new stroke data only the type if it is recognized shape, if any. Instead of this method, first use INK_EnableShapeRecognition( ... true )...
Just ran into the same error too. Was it resolved? Thanks.
yes, this command works, however creating a new project and using code similar to fn load_model() -> NeuralNetwork { let NeuralNetwork { lin1, lin2, lin3, mut status, } = serde_json::from_str(...
it looks the same as posted by @quietlychris above, + a few other unrelated dependencies
This worked, thank you. Appreciate quick response. Cheers.