Select an Image
Upload an image from your computer and wait. In a few seconds the results will show up.
{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
- {{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if uploaded==True %}
{% if suc %}
Number of People Detected: {{numObj}}
Confidence: {{conf}}%
Image Uploaded
Prediction Boxes
{% else %}
{% endif %}
{% endif %}
{% block script %}
{% endblock %}