get_context_from_sequence

lightning_pose.models.base.get_context_from_sequence(img_seq: ~torch.Annotated[~torch.Tensor, {'__torchtyping__': True, 'details': ('seq_len', RGB: 3, 'image_height', 'image_width',), 'cls_name': 'TensorType'}] | ~torch.Annotated[~torch.Tensor, {'__torchtyping__': True, 'details': ('seq_len', 'n_features', 'rep_height', 'rep_width',), 'cls_name': 'TensorType'}], context_length: int) Tensor, {'__torchtyping__': True, 'details': ('seq_len', 'context_length', 'n_features', 'rep_height', 'rep_width',), 'cls_name': 'TensorType'}][source]