{%% extends "bootstrap/base.html" %%} {%% set active_page = "index" %%} {%% block head %%} {{ super() }} {%% endblock %%} {%% block scripts %%} {{ super() }} {%% endblock %%} {%% block title %%}Labeller{%% endblock %%} {%% block content %%} {%% include "navbar.html" %%}

Labeller Image tagging web application

Infobox

Image Details

Current image


Progress

Total: {{ total_n_images }}

Labelled: {{ total_n_images - remaining_image_count }}

Remaining: {{ remaining_image_count }}

{{ '%%0.1f' | format(((total_n_images - remaining_image_count) / total_n_images) * 100) }}%%

Image Size:


Keyboard Shortcuts:

    %s

%s
{%% include "footer.html" %%} {%% endblock %%}