{% extends "challenge.html" %} {% load grandchallenge_tags %} {% block title %} Datasets - {{ block.super }} {% endblock %} {% block content %}
Phase | Number of Images | Annotations |
---|---|---|
{{ imageset.get_phase_display }} | {{ imageset.images.all|length }} |
{% for annotationset in imageset.annotationset_set.all %}
{{ annotationset }} {% empty %} No annotations found {% endfor %} |