↓ 2 callersFunction_build_coco_keypoint_subset_from_val(
*,
images_root: Path,
annotations_path: Path,
output_root: Path,
train_images: int,
tests/benchmarks/test_training_coco.py:51
↓ 2 callersFunction_xyxy_to_xywhConvert boxes from [x1, y1, x2, y2] to [x1, y1, w, h].
src/rfdetr/evaluation/coco_eval.py:276