find_video_files_for_views
- lightning_pose.utils.io.find_video_files_for_views(video_dir: str, view_names: list[str]) list[str][source]
Find video files for each view by looking for files that contain the view name.
- Parameters:
video_dir – Directory containing video files
view_names – List of view names to find videos for
- Returns:
List of video file paths, one for each view