FaceDetectorYNAsync extension
Static Methods
-
emptyNewAsync()
→ Future<CascadeClassifier>
-
-
fromBufferAsync(String framework, Uint8List bufferModel, Uint8List bufferConfig, (int, int) inputSize, {double scoreThreshold = 0.9, double nmsThreshold = 0.3, int topK = 5000, int backendId = 0, int targetId = 0})
→ Future<FaceDetectorYN>
-
-
fromFileAsync(String model, String config, (int, int) inputSize, {double scoreThreshold = 0.9, double nmsThreshold = 0.3, int topK = 5000, int backendId = 0, int targetId = 0})
→ Future<FaceDetectorYN>
-