Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-CustomNodeKit > Estimate Yaw (Simple)

ComfyUI Node: Estimate Yaw (Simple)

Class Name

SDPoseEstimateYawSimple

Category
SDPose
Author
user2318 (Account age: 2574days)
Extension
ComfyUI-CustomNodeKit
Latest Updated
2026-07-16
Github Stars
0.05K

How to Install ComfyUI-CustomNodeKit

Install this extension via the ComfyUI Manager by searching for ComfyUI-CustomNodeKit
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-CustomNodeKit in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Estimate Yaw (Simple) Description

Calculates yaw angle of person in image/video using torso height as reference for simplified orientation estimation.

Estimate Yaw (Simple):

The SDPoseEstimateYawSimple node is designed to calculate the yaw angle of a person in an image or video sequence, providing a simplified approach to understanding the orientation of a subject's body. This node utilizes the vertical height of the torso as a reference for body scale, applying a linear mapping to distinguish between front and back orientations. The primary goal of this node is to offer a straightforward method for estimating yaw angles, which can be particularly useful in applications such as animation, virtual reality, and augmented reality, where understanding the orientation of a character or object is crucial. By focusing on essential parameters and offering a simplified interface, this node allows users to efficiently estimate yaw angles without delving into complex configurations, making it accessible to those with limited technical expertise.

Estimate Yaw (Simple) Input Parameters:

pose_keypoints_segment

This parameter represents the segmented keypoints of the pose, which are essential for calculating the yaw angle. It is a required input and should be provided in the format of POSE_KEYPOINT. The accuracy of the yaw estimation heavily depends on the quality and precision of these keypoints.

conf_threshold

The conf_threshold parameter is a floating-point value that sets the confidence threshold for keypoints. It ranges from 0.0 to 1.0, with a default value of 0.3. A higher threshold can reduce noise by filtering out less reliable keypoints, but it may also result in the loss of valid data. Adjusting this parameter allows you to balance between noise reduction and data retention.

enable_smoothing

This boolean parameter determines whether temporal smoothing is applied to the yaw angles. When enabled, it uses a 5-frame sliding window to smooth out the angles, providing a more stable output. The default value is True. Disabling smoothing makes the node more responsive to rapid changes in keypoints, which might be desirable in certain dynamic scenarios.

pose_keypoints_full

This optional parameter allows you to provide the full set of pose keypoints, which can be used to enhance the accuracy of the yaw estimation. It is also in the format of POSE_KEYPOINT. Providing this additional data can improve the robustness of the yaw calculation, especially in complex poses.

Estimate Yaw (Simple) Output Parameters:

yaw_array

The yaw_array is a floating-point array that contains the estimated yaw angles for each frame. This output provides a numerical representation of the subject's orientation, which can be used for further analysis or visualization.

yaw_table

The yaw_table is a string representation of the yaw angles, formatted in a way that is easy to read and interpret. This output is useful for quickly reviewing the yaw data without needing to process numerical arrays.

yaw_json

The yaw_json is a JSON-formatted string that encapsulates the yaw angles. This output is particularly useful for integration with other systems or applications that require data in JSON format, facilitating seamless data exchange and interoperability.

Estimate Yaw (Simple) Usage Tips:

  • Adjust the conf_threshold to find a balance between noise reduction and data retention, especially in environments with varying lighting or complex backgrounds.
  • Enable enable_smoothing for more stable yaw outputs in scenarios where rapid changes are not expected, such as in slow-moving or static scenes.
  • Provide pose_keypoints_full if available, to enhance the accuracy of the yaw estimation, particularly in complex or dynamic poses.

Estimate Yaw (Simple) Common Errors and Solutions:

"Invalid pose keypoints segment"

  • Explanation: This error occurs when the provided pose_keypoints_segment is not in the expected format or is missing.
  • Solution: Ensure that the input for pose_keypoints_segment is correctly formatted as POSE_KEYPOINT and that it contains valid data.

"Confidence threshold out of range"

  • Explanation: The conf_threshold value is set outside the allowable range of 0.0 to 1.0.
  • Solution: Adjust the conf_threshold to be within the specified range, ensuring it is between 0.0 and 1.0.

"Smoothing window error"

  • Explanation: This error might occur if there is an issue with the smoothing process, possibly due to insufficient data points.
  • Solution: Ensure that there are enough frames in the input data to apply the 5-frame smoothing window effectively. If necessary, disable smoothing for very short sequences.

Estimate Yaw (Simple) Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-CustomNodeKit
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Estimate Yaw (Simple)