module TensorflowLite::Image::Detection

Included Modules

Direct including types

Defined in:

tflite_image/detection.cr
tflite_image/detection/classification.cr
tflite_image/detection/lines.cr
tflite_image/detection/points.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def associated : Array(Detection) #

[View source]
abstract def type : Symbol #

i.e. object, pose, face, age, class


[View source]