FaceMeshService constructor
Creates a FaceMeshService from interpreter
containing tflite model
to generate anonymized face landmarks.
Sets inputShape
, outputShapes
and outputTypes
from interpreter
Implementation
FaceMeshService(this.interpreter, this.inputShape, this.outputsShapes);