{% 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 %}

TEST HELP


  • You have to search for images relevant to the query written on top of the page.
  • Searching is an iterative process. At each iteration, you have to click on the image that is the most similar to what you search for.
  • As soon as you are satisfied with one of the images, stop searching and click on the 'One image is relevant!' button.
  • The test proceeds automatically to the next query in two cases: when you click on the 'One image is relevant!' button or when the searching exceeds {{ iter_max }} iterations.
{% endblock %} {% block sidebar_search %} {% if qa %} {% if qs %}

SEARCH INFO


Performed iterations: {{ qs.iteration }} {% if user.is_authenticated and user.is_staff %}
Trace: {{ qs.tracedata }}
Thargs: {{ qs.thargs }}
Weights: {{ qs.weights }}
Consistency: {{ qs.consistency }} {% endif %}
Timing sys: ANONYMIZED
Timing usr: {{ qs.timing_usr }}

{% endif %} {% endif %} {% endblock %} {% block sidebar_assist %} {% if user.is_authenticated %}

ASSISTANT INFO

{% if user.is_authenticated and user.is_staff %} {# buttons to change the reference image #} New {# Query #} Target Info {% endif %}

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

{{ item.improb }}

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