EvaluatePoseService constructor

EvaluatePoseService(
  1. ConvertToEvaluateInput _convertToEvaluateInput,
  2. IsolateInferenceSerivce _isolateInferenceService,
  3. IInterpreter _interpreter,
  4. InterpreterOptions _options
)

Implementation

EvaluatePoseService(
  this._convertToEvaluateInput,
  this._isolateInferenceService,
  this._interpreter,
  this._options,
);