{% extends "retrieval/search/base.html" %} {% block bodyclass %}dashboard{% endblock %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block sidebar_help %}

TRAINING HELP


  • The system picks up a reference image that is relevant to the query written on top of the page, and is marking the images with different edge colors.
  • The edge colors indicate the degree of similarity (as known by the system) between the images and the reference image. The darkest color indicates the most similar image.
  • You can analyze how the image similarities known by the system compare to your perception of image similarities.
{% endblock %} {% block sidebar_assist %}

REFERENCE IMAGE

{# buttons to change the assistant state #} New {% if user.is_staff %} {# Query #} Target Info {% endif %}

{% for answer in qa.answers3 %} {% for item in answer.images %}

{{ item.improb }}

{% endfor %} {% endfor %}
{% endblock %}