defaultOfficialModel static method

String? defaultOfficialModel({
  1. YOLOTask task = YOLOTask.detect,
})

Returns the default official model ID for task on the current platform.

Implementation

static String? defaultOfficialModel({YOLOTask task = YOLOTask.detect}) =>
    YOLOModelResolver.defaultOfficialModel(task: task);