{% extends "default.html" %} {% block title %}Home | gigadata{% endblock %} {% block content %} Gigadata (placeholder name) Free/libre/open image data for machine learning, computer vision, data science, research, and more. This is a test server. 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. This is a test server.
Some actions you can do: