modelPath property
Path to the YOLO model file.
The model should be placed in the app's assets folder and included in pubspec.yaml. Supported formats:
- iOS: .mlmodel (Core ML)
- Android: .tflite (TensorFlow Lite)
Implementation
final String modelPath;
Path to the YOLO model file.
The model should be placed in the app's assets folder and included in pubspec.yaml. Supported formats:
final String modelPath;