# Datasets

## Vision Based Systems

### The Kaggle Dataset

{% embed url="<https://www.kaggle.com/>" %}

### The KITTI Vision Benchmark Suite

* KITTI's tasks of interest are: stereo, optical flow, visual odometry, 3D object detection and 3D tracking. For this purpose, They equipped a standard station wagon with two high-resolution color and grayscale video cameras. Accurate ground truth is provided by a Velodyne laser scanner and a GPS localization system.

{% embed url="<http://www.cvlibs.net/datasets/kitti/>" %}

### The EuRoC MAV Dataset <a href="#the_euroc_mav_dataset" id="the_euroc_mav_dataset"></a>

This web page presents visual-inertial datasets collected on-board a Micro Aerial Vehicle (MAV). The datasets contain stereo images, synchronized IMU measurements, and accurate motion and structure ground-truth.

{% embed url="<https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets>" %}

### CVonline: Image Databases

This is a collated list of image and video databases that people have found useful for computer vision research and algorithm evaluation.

{% embed url="<http://homepages.inf.ed.ac.uk/rbf/CVonline/Imagedbase.htm>" %}

### UCI-MLR

{% embed url="<http://archive.ics.uci.edu/ml/datasets.html>" %}

### Arkansas Plant Diseases Database

Image Library for Various Plant Diseases in Arkansas.

{% embed url="<https://www.uaex.edu/yard-garden/resource-library/diseases/>" %}

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.ariitk.in/wiki/machine-learning/datasets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
