Add proxy eval and skeleton experiment tooling

This commit is contained in:
2026-03-09 23:11:35 +08:00
parent 36aef46a0d
commit 6c8cd2950c
16 changed files with 1107 additions and 69 deletions
+2
View File
@@ -203,6 +203,8 @@ def main() -> None:
reduction=cast(HeatmapReduction, args.heatmap_reduction),
sigma_limb=optional_cfg_float(heatmap_cfg, "sigma_limb"),
sigma_joint=optional_cfg_float(heatmap_cfg, "sigma_joint"),
channel_gain_limb=optional_cfg_float(heatmap_cfg, "channel_gain_limb"),
channel_gain_joint=optional_cfg_float(heatmap_cfg, "channel_gain_joint"),
)
pose_paths = iter_pose_paths(args.pose_data_path)