{% include 'pages/navbar.html' %}
← List of campaigns

{{ campaign_id }}


Page link
{{ request.url | annotate_url }}/{{ campaign_id }}?annotatorId=FILL_YOUR_NAME_HERE
Service
{{ metadata.config.service }}
Created
{{ metadata.created }}
Status
{{ stats.finished }} {{ stats.assigned }} {{ stats.free }}
Preview annotation page Clear annotations Show configuration View statistics Help

Batches

{% for batch in overview %} {% set rowId = (batch.batch_idx|string) %} {% endfor %} {% include 'include/config_modal.html' %}
Batch id Ann. group Examples Status Annotator id Start time Elapsed time Actions Examples
{{ batch.batch_idx }} {{ batch.annotator_group }} {{ batch.example_cnt }} {{ batch.status }} {{ batch.annotator_id }} {{ batch.start | ctime }} {{ batch | elapsed }}
{% for e in batch.example_list %} {% endfor %}
Dataset Split Setup id Example idx Link
{{ e.dataset }} {{ e.split }} {{ e.setup_id }} {{ e.example_idx }}