Package ai.djl.modality.cv.output
Class Joints
java.lang.Object
ai.djl.modality.cv.output.Joints
- All Implemented Interfaces:
Serializable
A result of all joints found during Human Pose Estimation on a single image.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA joint that was detected using Human Pose Estimation on an image. -
Constructor Summary
ConstructorsConstructorDescriptionJoints(List<Joints.Joint> joints) Constructs theJointswith the provided joints. -
Method Summary