setThreshold method
Update detection thresholds.
Implementation
Future<void> setThreshold({double probThreshold = 0.5, double nmsThreshold = 0.45}) {
throw UnimplementedError('setThreshold() has not been implemented.');
}
Update detection thresholds.
Future<void> setThreshold({double probThreshold = 0.5, double nmsThreshold = 0.45}) {
throw UnimplementedError('setThreshold() has not been implemented.');
}