runPoseNetOnBinary method
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.');
}