detectFromBytes method
Run detection on raw RGBA pixel bytes (e.g., from camera frame).
Implementation
Future<List<DetectionResult>> detectFromBytes({required Uint8List data, required int width, required int height}) {
throw UnimplementedError('detectFromBytes() has not been implemented.');
}