--- license: mit task_categories: - image-to-text tags: - human-pose-estimation - keypoints - bounding-boxes - rtmpose - mmpose - taichi-hd pretty_name: Taichi-HD BBox Keypoint size_categories: - 100K 0.05 for v in row["bbox_scores"]], batched=True) idx = 0 image = ds[idx]["image"] bbox = ds[idx]["bboxes_xyxy"] keypoints_xy = ds[idx]["keypoints_xy"] keypoint_scores = ds[idx]["keypoint_scores"] ``` ## Visualization previews The following preview images show source frames with the estimated person bounding box and COCO-17 skeleton overlayed. | Train row 0 | Train row 443667 | | --- | --- | | ![Train row 0](previews/train_000000.jpg) | ![Train row 443667](previews/train_443667.jpg) | | Test row 0 | Test row 32099 | | --- | --- | | ![Test row 0](previews/test_000000.jpg) | ![Test row 32099](previews/test_032099.jpg) | ## Notes These annotations are model-estimated pseudo-labels, not manual ground-truth annotations. They are intended for research workflows where reproducible person bounding boxes and COCO-17 body pose estimates are useful alongside the original `ryushinn/Taichi-HD` videos/frames.