{% extends "default.html" %} {% block title %}Home | {{ site_name }}{% endblock %} {% block content %} {{ site_name }} Free/libre/open image data for machine learning, computer vision, data science, research, and more. Some actions you can do: Upload a picture (but you must log in first) List of objects Query the dataset Random pictures {% for resource in resources %} {% for region in resource.regions %} {% if region.json.type == "bbox" %} {% elif region.json.type == "polygon" %} {% elif region.json.type == "polyline" %} {% elif region.json.type == "point" %} {% endif %} {% endfor %} {{ resource.title }} {% endfor %} {% endblock %}
Free/libre/open image data for machine learning, computer vision, data science, research, and more.
Some actions you can do: