{% extends "base.html" %} {% block title %}Annotate — {{ project.name }}{% endblock %} {% block body_class %}page-annotate{% endblock %} {% block head %} {% endblock %} {% block content %}

Images

0/0

Add a class to start annotating

Define at least one label class in the right panel (e.g. person, car), then draw boxes or run Label Assist.

Classes

Add a class first — annotation is locked until you define at least one label (same as Roboflow).

{% for c in classes %} {% endfor %}

Label Assist

Auto-annotate with YOLO. Class names must match detections (e.g. person, car).

Confidence 0.25

Annotations

Navigation

{% endblock %} {% block scripts %} {% endblock %}