FaceMeshService constructor

FaceMeshService(
  1. Interpreter interpreter,
  2. List<int> inputShape,
  3. List<List<int>> outputsShapes
)

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);