detect method
Detect objects in an image file.
Implementation
Future<List<DetectionResult>> detect(String imagePath) {
return PaddleDetectionPlatform.instance.detect(imagePath: imagePath);
}
Detect objects in an image file.
Future<List<DetectionResult>> detect(String imagePath) {
return PaddleDetectionPlatform.instance.detect(imagePath: imagePath);
}