EvaluatePose class

Annotations

Constructors

EvaluatePose({required List<List<double>> inputData, required List<List<double>> outputData})
factory

Properties

copyWith → $EvaluatePoseCopyWith<EvaluatePose>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inputData List<List<double>>
no setterinherited
outputData List<List<double>>
no setterinherited
poseScores List<double>
推論結果のポーズスコア
no setter
regressorScore double
推論結果の総合スコア
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toInputCsv List<List>
no setter
toOutputCsv List<List>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited