deepof.annotation_utils.tagged_video_output

deepof.annotation_utils.tagged_video_output(coordinates: deepof_coordinates, tag_dict: deepof_table_dict, video_output: str | List[str] = 'all', frame_limit: int | None = None, debug: bool = False, n_jobs: int = 1, params: dict | None = None)

Output annotated videos.

Parameters:
  • coordinates – Coordinates object.

  • tag_dict – Dictionary with supervised annotations to render on the video.

  • video_output – List with the names of the videos to render, or ‘all’ (default) to render all videos.

  • frame_limit – Number of frames to render per output video. If None, all frames are rendered.

  • debug – If True, debugging information, such as arena fits and processed tracklets, are displayed.

  • n_jobs – Number of jobs to run in parallel.

  • params (dict) – dictionary to overwrite the default values of the hyperparameters of the functions that the supervised pose estimation utilizes.