{% extends "challenge.html" %} {% load grandchallenge_tags %} {% load workstations %} {% block title %} Dataset - {{ block.super }} {% endblock %} {% block content %}

Dataset

Add images to this dataset Update the images used in this dataset Add a set of annotations to this dataset

Phase
{{ object.get_phase_display }}
Upload Sessions
{% for upload_session in object.rawimageuploadsession_set.all %} {{ upload_session }}
{% endfor %}
Annotations
{% for annotationset in object.annotationset_set.all %} {{ annotationset }}
{% endfor %}

Images

{% for im in object.images_with_keys %} {% endfor %}
Key Image
{{ im.key }} {{ im.image }}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}