towhee.models.visualization.clip_visualization.show_heatmap_on_text

towhee.models.visualization.clip_visualization.show_heatmap_on_text(text: str, text_encoding: Tensor, rel_text: Tensor)[source]

Show the text relevance heatmap. :param text: Text to show. :type text: str :param text_encoding: Tokenized text. :type text_encoding: torch.Tensor :param rel_text: Text relevance. :type rel_text: torch.Tensor