Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates precise upper body motion tracking using pose keypoints for dynamic character animations and interactive experiences.
The UpperBodyTrackingFromPoseKps
node is designed to facilitate the tracking of upper body movements using pose keypoints. This node is particularly useful for applications that require precise upper body motion capture, such as animation, virtual reality, and augmented reality. By leveraging pose keypoints, the node can accurately identify and track the positions of various upper body parts, including the head, neck, shoulders, arms, and torso. This enables you to create more dynamic and responsive character animations or interactive experiences. The node processes the keypoints to generate a structured representation of the upper body, which can then be used for further analysis or visualization. The main goal of this node is to provide a reliable and efficient method for upper body tracking, enhancing the realism and interactivity of your projects.
This parameter represents the pose keypoints that are used as input for the node. These keypoints are typically obtained from a pose estimation model and include the coordinates of various body parts. The keypoints should be provided in a specific format that the node can interpret and process. The accuracy and completeness of these keypoints directly impact the quality of the upper body tracking.
This parameter specifies the IDs of the individuals to be included in the tracking process. By providing specific IDs, you can focus the tracking on particular individuals within a scene, which is useful in multi-person scenarios. This helps in isolating and analyzing the movements of specific characters or subjects.
This parameter allows you to define the width and height for different body parts. By specifying these dimensions, you can control the size of the bounding boxes or regions of interest for each body part. This is useful for customizing the tracking output to match the proportions of your characters or the requirements of your application. The dimensions should be provided in a format that the node can interpret, such as a dictionary with body part names as keys and width-height pairs as values.
This output parameter contains the results of the upper body tracking process. The results include the tracked positions of various upper body parts, represented as keypoints. These keypoints are structured in a way that makes it easy to interpret and use them for further analysis or visualization. The output provides a detailed and accurate representation of the upper body movements, which can be used to enhance animations, create interactive experiences, or perform motion analysis.
id_include
parameter to focus on specific individuals in multi-person scenarios, which helps in isolating and analyzing their movements.parts_width_height
parameter to match the proportions of your characters or the requirements of your application, ensuring that the tracking output is tailored to your needs.id_include
parameter does not match any individuals in the input keypoints.id_include
parameter correspond to the individuals present in the input keypoints.parts_width_height
parameter is not provided in the correct format.© Copyright 2024 RunComfy. All Rights Reserved.