modelPath property

String modelPath
final

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;