{% extends BASE %} {% 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 extrahead %} {# #} {# #} {% endblock %} {% block content %}
{% if qt %}
{% ifequal qs.iteration 0 %}
Search for - {{ qt.query }}{% else %}Search for - {{ qt.query }}{% endifequal %}{% trans 'Click on the image you consider the most similar to the retrieval objective' %} {% else %}{% trans 'Search images through relevance feedback' %}{% trans 'Click on the image you consider the most similar to your retrieval objective' %} {# #} {% endif %} |
FDBK LIST |
{# navigation through the items #} Size: {{ qa.nb_answers }}. On page, from {{ qa.index_from }}. << / >> |
RANK LIST |
{# navigation through the items #} Size: {{ qa.nb_answers2 }}. On page, from {{ qa.index_from2 }}. << / >> |
{% for image in answer.images %}
{{ image.improb }} {% endfor %} |
{% if forloop.counter|divisibleby:"3" %}
TRACE EXPAND/COLLAPSE |
{# navigation through the trace plots #} Size: {{ qa.nb_answers5 }}. On page, from {{ qa.index_from5 }}. << / >> |
{{ answer.action }}: {{ answer.index}}, trace size {{ answer.trlen }} |
{% if forloop.counter|divisibleby:"2" %}
No results were found.
{% endif %} {% endblock %}