class TensorflowLite::Image::GenderEstimation::Output

Included Modules

Defined in:

tflite_image/gender_estimation.cr

Constructors

Instance Method Summary

Instance methods inherited from module TensorflowLite::Image::Detection::Classification

index : Int32 index, label : String | Nil label, score : Float32 score

Instance methods inherited from module TensorflowLite::Image::Detection

associated : Array(Detection) associated, associated=(associated : Array(Detection)) associated=, label : String | Nil label, markup(image : Canvas, minimum_score : Float32 = 0.3_f32, font : PCFParser::Font | Nil = nil, color = StumpyPNG::RGBA::WHITE) : Canvas markup, type : Symbol type

Constructor methods inherited from module TensorflowLite::Image::Detection

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(male_score, female_score) #

[View source]

Instance Method Detail

def alt_score : Float32 #

[View source]
def gender : Gender #

[View source]
def type : Symbol #
Description copied from module TensorflowLite::Image::Detection

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


[View source]