{% extends "layout.html" %} {% block content_custom_css %} {% endblock %} {% block content %} {% if filtered %} {% if num_imgsetids > 0 %} {% endif %} {% endif %}
{% if num_imagesets == 0 %} {% else %} {% for (is_normal, imgsetid, imagesettext, num_gids, num_processed_gids, num_tids, num_aids, num_processed_viewpoint_aids, num_processed_quality_aids, posix, start, reviewed) in imageset_list %} {% endfor %} {% endif %}
ID ImageSet Text nImages / Detect nTiles nAnnots / Vpt. / Qual. ImageSet Start Images Annotations Review
Sorry, no imagesets to display
{{ imgsetid }} {% if is_normal %} {% else %} {{ imagesettext }} {% endif %} {{ num_gids }} / {{ num_processed_gids }} {{ num_tids }} {{ num_aids }} / {{ num_processed_viewpoint_aids }} / {{ num_processed_quality_aids }} {{ start }} Review Review Cameratrap | Detections | Annotations | Demographics | GraphAlgorithm | LCA
*ImageSets that are underlined are considered "special" and cannot be deleted or modified
{% endblock %} {% block content_custom_javascript %} {% endblock %}