The PoseText Dataset can be used to enhance vision-language model performance in the task of human pose estimation.
Dataset Details
Dataset Description
Parsing body keypoints from the Voxel51/MPII_Human_Pose_Dataset, parsing into a text-based format used in Molmo
import re
import numpy as np
def extract_points(molmo_output, image_w, image_h):
all_points = []
for match in… See the full description on the dataset page:
https://huggingface.co/datasets/salma-remyx/PoseText.