Package org.jetbrains.kotlinx.dl.api.inference.onnx.posedetection

Types

MultiPoseDetectionModel
Link copied to clipboard
class MultiPoseDetectionModel : OnnxInferenceModel

MultiPoseDetectionModel is an ultra-fast and accurate model that detects 6 persons with 17 keypoints and 18 basic edges of a body for each of them.

SinglePoseDetectionModel
Link copied to clipboard
class SinglePoseDetectionModel : OnnxInferenceModel

SinglePoseDetectionModel is an ultra-fast and accurate model that detects 17 keypoints and 18 basic edges of a body.

Properties

edgeKeyPointsPairs
Link copied to clipboard
val edgeKeyPointsPairs: List<Pair<Int, Int>>

Pair of points which define body edges.

keyPoints
Link copied to clipboard
val keyPoints: Map<Int, String>

Dictionary that maps from joint names to keypoint indices.