{% extends "layout.html" %} {% block head %} {% endblock %} {% block content %}
Back
{{ video_entity.description }}
Task: {{ task_entity.assigned_to }} (Frames {{ task_entity.start_frame }}-{{ task_entity.end_frame }})
{{ task_entity.start_frame }} / {{ task_entity.end_frame }}
INTERPOLATION ACTIVE
Move to target frame, adjust box, click 'Confirm' (Esc to cancel)
Video Frame
S: Save A/D: Prev/Next C: Cycle Overlap Esc: Cancel Ctrl+Z: Undo Del: Delete
Classes

    AI Tools

    Objects
    {% from "_macros.html" import render_modal %} {% call render_modal('negative-sampling-modal', 'Apply Model to Video') %}
    Step 1: Set Confidence Threshold

    Only suggestions with a score above this value will be generated.

    Step 2: Refine with Negative Samples (Optional)

    Draw boxes around areas to avoid (background, wrong objects).

    Negative Sample Frame
    Frame 1 / 10

    Ctrl+Z: Undo last box | Delete: Clear frame

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