Matteo Fabbri
Matteo Fabbri
- implement a code that find face - invoke the code with a big bunch of different threads - Fatal MemoryCorruptionExecption, process die and there is no way to recover
FFD was instanciated as a field of FaceRecognition but was indeed used in just one line of code, replaced the use of the field with a new instance and disposal
Source code: https://raw.githubusercontent.com/BrainJS/brain.js/master/dist/brain-browser.js Playing a little with code looks like it doesn't like this piece of code: const { contextName = 'gl', throwGetError, useTrackablePrimitives, readPixelsFile, recording = [], variables =...
I was trying to use those files https://github.com/aciapetti/opennlp-italian-models/ To replace built-in model and dictionary, i tryed different files on different tools in solution but i dont find a combination that...
Replaced some Count() != 0 with !Any() so it doesn't goes to troughs the whole collection