{% extends "default.html" %} {% import "small-annotation-display.html" as annotation_display %} {% block nav_title %}Home{% endblock %} {% 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. Easy to contribute for everyone, powerful to get data for those who need it. Upload a picture Browse objects Run a query Help Random pictures {% for resource in random_resources %} {{ annotation_display.annotation_display(resource) }} {{ resource.title }} by {{ resource.author.formatted_name }} {% endfor %} Latest unannotated pictures {% for resource in recent_unannotated_resources %} {{ annotation_display.annotation_display(resource) }} {{ resource.title }} by {{ resource.author.formatted_name }} {% endfor %} Latest pictures {% for resource in recent_resources %} {{ annotation_display.annotation_display(resource) }} {{ resource.title }} by {{ resource.author.formatted_name }} {% endfor %} {% endblock %}
Free/libre/open image data for machine learning, computer vision, data science, research, and more.
Easy to contribute for everyone, powerful to get data for those who need it.