get_context_img_paths

lightning_pose.utils.io.get_context_img_paths(center_img_path: Path) list[Path][source]

Given the path to a center image frame, return paths of 5 context frames (n-2, n-1, n, n+1, n+2).

Negative indices are floored at 0.