Based on this discussion: https://github.com/AI4Bharat/OpenHands/issues/29#issuecomment-1046607215 I think there is a need for code to quickly generate pose objects, with the Posebody type as a variable argument. I can take the code for this from unit tests, e.g. https://github.com/AmitMY/pose-format/blob/master/pose_format/pose_test.py#L159 This is what I had in mind: ```python random_pose_object = pose_format.Pose.random(pose_type="openpose_137", body_tpe="numpy", num_frames=10) ```