{% extends "layout.html" %} {% block content %}

Results

{% for img_base64, bbox_list in bbox_image_data_zipped %} {% for bbox in bbox_list %} {% endfor %}
Class Bounding Box [x1, y1, x2, y2] Confidence
{{ bbox['class_name'] }} {{ bbox['bbox'] }} {{ bbox['confidence'] }}

{% endfor %} {% endblock %}