runPoseNetOnImage method
Implementation
Future<List?> runPoseNetOnImage({
required String path,
double imageMean = 127.5,
double imageStd = 127.5,
int numResults = 5,
double threshold = 0.5,
int nmsRadius = 20,
bool asynch = true,
}) {
throw UnimplementedError('runPoseNetOnImage() has not been implemented.');
}