VideoDescriptionPromptTemplateDict

class VideoDescriptionPromptTemplateDict(TextPromptDict):
A dictionary containing :obj:TextPrompt used in the VideoDescription task. Parameters:
  • ASSISTANT_PROMPT (TextPrompt): A prompt for the AI assistant to provide a shot description of the content of the current video.

init

def __init__(self, *args: Any, **kwargs: Any):