{% extends "challenge.html" %} {% load grandchallenge_tags %} {% load workstations %} {% block title %} Annotations - {{ block.super }} {% endblock %} {% block content %} {% if object.labels and not object.base.challenge.evaluation_config.submission_join_key %}
WARNING: You have uploaded labels but the join key is not set, please set it in challenge evaluation settings. The existing keys are {{ object.labels.0.keys }}.
{% endif %}Add images to this annotation set Set the labels on this annotation set Update the images used in this annotation set
Key | Base Image | Annotation Image |
---|---|---|
{{ match.key }} | {{ match.base }} | {{ match.annotation }} |
WARNING: The following images in the dataset are missing annotations. Please upload the annotations with the correct key.
Key | Base Image |
---|---|
{{ missing.key }} | {{ missing.base }} |
WARNING: The following annotations could not be matched with a base image. Please remove these images from the annotation set.
Key | Annotation Image |
---|---|
{{ extra.key }} | {{ extra.annotation }} |
Key | Base Image | Label |
---|---|---|
{{ match.key }} | {{ match.base }} | <{{ match.label }} |
WARNING: The following images in the dataset are missing labels. Please upload the labels with the correct key.
Key | Base Image |
---|---|
{{ missing.key }} | {{ missing.base }} |
WARNING: The following labels could not be matched with a base image. Please upload a new set of labels.
Key | Label |
---|---|
{{ extra.key }} | {{ extra.label }} |