Annotation Dashboard {{ db_name }} {% if has_filtered_db %} {% endif %}

{{ total_videos }}
Total Videos
{{ total_completed }}
Completed
{{ total_partial }}
Partial
{{ total_assigned }}
Pending
{{ total_skipped }}
Skipped
{{ total_annotations }}
Annotations
{{ annotations_needed }}
Still Needed ({{ target_n }}x)
{{ total_groups }}
Groups

Coverage (target: {{ target_n }}x per video)

{{ coverage.fully }}
Fully Covered
{{ coverage.partially }}
Partially Covered
{{ coverage.uncovered }}
Uncovered

Per-Model Coverage

{% for m in per_model %} {% set mtotal = m.fully + m.partially + m.uncovered %} {% endfor %}
ModelTotal3x2x1x0xCoverage
{{ m.model }} {{ mtotal }} {{ m.v3 }} {{ m.v2 }} {{ m.v1 }} {{ m.v0 }} {% if mtotal > 0 %}
{% if m.v2 > 0 %}
{% endif %}{% if m.v1 > 0 %}
{% endif %}
{{ m.v3 + m.v2 + m.v1 }}/{{ mtotal }} {% endif %}

Cohort Summary

{% for c in cohort_summary %} {% endfor %}
CohortRegisteredCompletedPartialPendingSkippedProgress
{{ c.cohort }} {{ c.registered }}{% if c.expected %}/{{ c.expected }}{% endif %} {{ c.completed }} {{ c.partial }} {{ c.assigned }} {{ c.skipped }} {% set total = c.completed + c.partial + c.assigned + c.skipped %} {% if total > 0 %}
{% if c.partial > 0 %}
{% endif %}{% if c.skipped > 0 %}
{% endif %}
{{ c.completed + c.partial }}/{{ total }} {% else %} no tasks {% endif %}
Total {{ cohort_summary|sum(attribute='registered') }}/{{ cohort_summary|sum(attribute='expected') }} {{ cohort_summary|sum(attribute='completed') }} {{ cohort_summary|sum(attribute='partial') }} {{ cohort_summary|sum(attribute='assigned') }} {{ cohort_summary|sum(attribute='skipped') }}

NEU PG Student IDs

{% for a in per_annotator %} {% endfor %}
NameCohortCompletedPartialAssignedSkippedProgress
{{ a.name }} {{ a.cohort or '-' }} {{ a.completed }} {{ a.partial }} {{ a.assigned }} {{ a.skipped }} {% set total = a.completed + a.partial + a.assigned + a.skipped %} {% if total > 0 %}
{% if a.partial > 0 %}
{% endif %}{% if a.skipped > 0 %}
{% endif %}
{{ a.completed + a.partial }}/{{ total }} {% else %} no tasks {% endif %}
{% if recent_activity %}

Recent Activity

{% for r in recent_activity %} {% endfor %}
AnnotatorVideoStatusTime
{{ r.name }} {{ r.filename|truncate(40) }} {{ r.status }} {{ r.completed_at or r.assigned_at }}
{% endif %}
Last loaded: