{% extends "retrieval/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 %}

SEARCH HELP


  • The system initializes by itself without any user input.
  • 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.
  • In a few iterations, the system aims to display images relevant to what you search for.
{% 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: {{ qs.timing_sys }}
Timing usr: {{ qs.timing_usr }}

{% endif %} {% endif %} {% endblock %} {% block sidebar_config %} {% if user.is_authenticated and user.is_staff %}

CONFIG INFO

{# button to change the configuration #} New


Trace: {{ qc.TRACE }}
Thargs: {{ qc.SYS_THARGS }}
Weights: {{ qc.SYS_WEIGHTS }}
Consistency: {{ qc.SYS_CONSISTENCY }}
Version sys: {{ qc.SYS_VERSION }}

{% endif %} {% endblock %} {% block sidebar_trace %} {% if user.is_authenticated %} {# if there are results to be displayed #} {% if qa.answers4 %}

TRACE INFO

Size: {{ qa.nb_answers4 }}. On page, from {{ qa.index_from4 }}. {# buttons to navigate the rankplots #} << / >>

{% for answer in qa.answers4 %}

{{ answer.action }}: {{ answer.index}}, trace size {{ answer.trlen }}

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