AiliaDetectorModel class
Methods
-
close()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
openFile(String onnxPath, {int envId = ailia_dart.AILIA_ENVIRONMENT_ID_AUTO, int memoryMode = ailia_dart.AILIA_MEMORY_OPTIMAIZE_DEFAULT, int networkImageFormat = ailia_dart.AILIA_NETWORK_IMAGE_FORMAT_BGR, int networkChannelFormat = ailia_dart.AILIA_NETWORK_IMAGE_CHANNEL_FIRST, int networkImageRange = ailia_dart.AILIA_NETWORK_IMAGE_RANGE_UNSIGNED_INT8, int algorithm = ailia_dart.AILIA_DETECTOR_ALGORITHM_YOLOX, int numCategory = 80, int flags = ailia_dart.AILIA_DETECTOR_FLAG_NORMAL, int inputWidth = 640, int inputHeight = 640})
→ void
-
-
run(Uint8List img, int width, int height, {double threshold = 0.4, double iou = 0.45, int format = ailia_dart.AILIA_IMAGE_FORMAT_RGB})
→ List<AiliaDetectorObject>
-
-
toString()
→ String
-
A string representation of this object.
inherited