{% extends 'base/base.html' %} {% load widget_tweaks %} {% block bodyblock %}

Home

Update Note

With our last update, we added a lot of features to the ImageTagger. They include the annotation of polygons, lines and points, their import and export, an edit function for export types (in the team view) and image preloading in the verification view. There might be some bugs left and if you find one, please notify us via GitHub.

Imagesets

Additional public imagesets, not belonging to any of your teams, can be found in the explore view .

My Teams


Create new team:

{% csrf_token %}
{% render_field team_creation_form.name placeholder=team_creation_form.name.label class+='form-control' %}
{% endblock %}