IVBench视频标注工具

{% for video in videos %} {% endfor %}
视频 问题 备注 视频类型 操作
{{ video.split('.')[0] }}
    {% for annotation in annotations if annotation.video == video %} {% for question in annotation.questions %}
  • 问题: {{ question.question }}
  • {% endfor %} {% endfor %}
{% set selected_annotation = annotations | selectattr('video', 'equalto', video) | list %} {% if selected_annotation %} {% else %} {% endif %} {% set selected_annotation = annotations | selectattr('video', 'equalto', video) | list %} {% if selected_annotation %} {% else %} {% endif %}