Methods
-
closeYoloModel()
→ Future<void>
-
-
loadYoloModel({required String modelPath, required String labels, required String modelVersion, bool? quantization, int? numThreads, bool? useGpu, bool? isAsset, int? rotation})
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
yoloOnFrame({required List<Uint8List> bytesList, required int imageHeight, required int imageWidth, double? iouThreshold, double? confThreshold, double? classThreshold})
→ Future<List<Map<String, dynamic>>>
-
-
yoloOnImage({required Uint8List bytesList, required int imageHeight, required int imageWidth, double? iouThreshold, double? confThreshold, double? classThreshold})
→ Future<List<Map<String, dynamic>>>
-