detectObjectOnBinary method
Implementation
Future<List?> detectObjectOnBinary({
required Uint8List binary,
String model = "SSDMobileNet",
double threshold = 0.1,
int numResultsPerClass = 5,
List anchors = anchors,
int blockSize = 32,
int numBoxesPerBlock = 5,
bool asynch = true,
}) {
throw UnimplementedError('detectObjectOnBinary() has not been implemented.');
}