Function mosaic::is_depth_model#
Defined in File pose_models.hpp
Function Documentation#
-
inline bool mosaic::is_depth_model(const QString &modelId)#
- Parameters:
modelId – A
--modelvalue from pose_model_options()/ pose_depth_model_options() (e.g. a modelCombo itemData).- Returns:
True if this is a depth-estimation model rather than a pose/keypoint model — these need a completely different downstream code path (a colorized depth video with no keypoints/skeleton data at all) both in analysis/run_pose.py and in AnalysisTabW’s results view.