FingerLibrary.loadModelBuffer Method¶
Module: FingerLibrary
Definition¶
Loads a model from the zoo into the required processing unit.
static void loadModelBuffer(Uint8List? modelBuffer, FingerModel fingerModel, ProcessingUnit processingUnit)
Parameters
modelBuffer Uint8Listin A buffer containing the AI model to be loaded.
fingerModel FingerModelin The AI model to be loaded.
processingUnit ProcessingUnitin The processing unit to be used.
Exceptions
An error has occurred during Finger Library execution.