Graph Caption Analysis Report
{% for caption in captions %}
Short Caption
{{ caption.short_caption }}
Tags
{% for category, tags in caption.tags_by_category.items() %}
{{ category }}
{% for tag in tags %}
• {{ tag.tag }}
({{ "%.2f"|format(tag.confidence) }})
{% endfor %}
{% endfor %}
Verification
{{ caption.verification }}
Dense Caption
{{ caption.dense_caption }}
{% endfor %}