menu
frame_vision package
documentation
helper/isolate_inference.dart
InferenceModel
InferenceModel.new constructor
InferenceModel.new constructor
dark_mode
light_mode
InferenceModel
constructor
InferenceModel
(
Image
image
,
int
interpreterAddress
,
List
<
String
>
labels
,
List
<
int
>
inputShape
,
List
<
int
>
outputShape
,
)
Implementation
InferenceModel(this.image, this.interpreterAddress, this.labels, this.inputShape, this.outputShape);
frame_vision package
documentation
helper/isolate_inference
InferenceModel
InferenceModel.new constructor
InferenceModel class