Nodes/camera-comfyUI/VideoPoseEstimator
ComfyUI Node

VideoPoseEstimator

VGGT camera pose + depth estimation. Outputs world-to-camera trajectory [T,4,4], depth maps [T,H,W] at the input resolution, mean horizontal FOV (degrees) and per-pixel depth confidence [T,H,W].

By Alexankharin·Created about a year ago·Updated 22 days ago· 35
VideoPoseEstimator
  • frames
  • trajectory
  • depths
  • horizontal_fov
  • confidence
max_frames64
resolution518
deviceauto
CategoryCamera/Pose

Inputs (4)

NameTypeDefaultDescription
framesIMAGE
max_framesINT641–1024If the clip has more frames than this, it is stride-subsampled for VGGT and the poses are SE(3)-interpolated back to full length (depth/confidence use nearest-frame fill).
resolutionINT51898–1036Max image dimension fed to VGGT (rounded to a multiple of 14).
deviceCOMBOauto3 options: auto, cpu, cuda

Outputs (4)

NameTypeDescription
trajectoryTENSOR
depthsTENSOR
horizontal_fovFLOAT
confidenceTENSOR