Datasets
Open Access
Idly-Dosa-Vada Dataset
- Citation Author(s):
- Submitted by:
- Prabindh Sundareson
- Last updated:
- Wed, 01/29/2020 - 21:59
- DOI:
- 10.21227/3vh8-km84
- Data Format:
- Links:
- License:
- Categories:
- Keywords:
Abstract
This archive contains images and labels for the Idly-Dosa-Vada (IDV) dataset, for use with Yolo (and Tensorflow) object detection frameworks.
This archive contains images and labels for the Idly-Dosa-Vada (IDV) dataset, for use with Yolo (and Tensorflow) object detection frameworks.
The dataset contains 1009 images, and corresponding labels.
The dataset was created by using euclidaug, using only 6 images per class.
Folder structure after extracting idv-dataset-files.zip:
out_images - contains all training images
out_labels - contains labels for each image, in Yolo format
For usage, refer to the IEEE-DL-TAP instructions, which are derived from https://github.com/prabindh/yolo-bins/tree/master/capacito
Step 1: Generate full list of image files, for use in the training process. In Windows, this is done using the below command:
dir /s/b *.jpg > trainingfile.txt
Step 2: Using the above file, and the labelled images and labels, start the training process with Yolo using instructions at https://github.com/prabindh/yolo-bins/tree/master/capacito
Step 3: Perform inference using Yolo
Dataset Files
- Images and Labels idv-dataset-files.zip (22.32 MB)
Open Access dataset files are accessible to all logged in users. Don't have a login? Create a free IEEE account. IEEE Membership is not required.
Documentation
Attachment | Size |
---|---|
README-idv-dataset.txt | 548 bytes |
Comments
Nice dataset of images with helpful instructions.