runPoseNetOnFrame method
Future<List?>
runPoseNetOnFrame(
{ - required List<Uint8List> bytesList,
- int imageHeight = 1280,
- int imageWidth = 720,
- double imageMean = 127.5,
- double imageStd = 127.5,
- int rotation = 90,
- int numResults = 5,
- double threshold = 0.5,
- int nmsRadius = 20,
- bool asynch = true,
})
Implementation
Future<List?> runPoseNetOnFrame({
required List<Uint8List> bytesList,
int imageHeight = 1280,
int imageWidth = 720,
double imageMean = 127.5,
double imageStd = 127.5,
int rotation = 90,
int numResults = 5,
double threshold = 0.5,
int nmsRadius = 20,
bool asynch = true,
}) {
throw UnimplementedError('runPoseNetOnFrame() has not been implemented.');
}