runPoseNetOnBinary method

Future<List?> runPoseNetOnBinary({
  1. required Uint8List binary,
  2. int numResults = 5,
  3. double threshold = 0.5,
  4. int nmsRadius = 20,
  5. bool asynch = true,
})

Implementation

Future<List?> runPoseNetOnBinary({required Uint8List binary, int numResults = 5, double threshold = 0.5, int nmsRadius = 20, bool asynch = true}) {
  throw UnimplementedError('runPoseNetOnBinary() has not been implemented.');
}