{% extends "base.html" %} {% block title %}Object Detection - Machine Vision Plus{% endblock %} {% block content %}

Upload a spatially resolved image (e.g RGB encoded) to detect objects using YOLOv3_custom model trained on 80 COCO classes (person, car, dog, cat, etc.)

Drop your image here

or click to browse

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