text
stringlengths
6
6
000001
000002
000003
000004
000005
000006
000007
000008
000009
000010
000011
000012
000013
000014
000015
000016
000017
000018
000019
000020
000021
000022
000023
000024
000025
000026
000027
000028
000029
000030
000031
000032
000033
000034
000035
000036
000037
000038
000039
000040
000041
000042
000043
000044
000045
000046
000047
000048
000049
000050
000051
000052
000053
000054
000055
000056
000057
000058
000059
000060
000061
000062
000063
000064
000065
000066
000067
000068
000069
000070
000071
000072
000073
000074
000075
000076
000077
000078
000079
000080
000081
000082
000083
000084
000085
000086
000087
000088
000089
000090
000091
000092
000093
000094
000095
000096
000097
000098
000099
000100

Dataset Card for Dataset VOC2007Augs

Dataset Details

Dataset Description

VOC2007Augs is a dataset containing augmented images from the VOC2007 dataset, specifically focused on two object classes: cats and potted plants. The dataset is structured in the VOC2007 format, with two separate folders, CatAugs and PottedPlantAugs, each containing a VOC2007-style directory structure.

Uses

This dataset is suitable for use in object detection and image classification tasks, particularly those focused on the cat and potted plant object classes. The augmented images can be used to improve model robustness and performance on these tasks.

Dataset Structure

VOC2007Augs
β”œβ”€β”€ CatAugs
β”‚   β”œβ”€β”€ Annotations
β”‚   β”œβ”€β”€ JPEGImages
β”‚   β”œβ”€β”€ ImageSets
β”‚   └── Prompts
└──  PottedPlantAugs
    β”œβ”€β”€ Annotations
    β”œβ”€β”€ JPEGImages
    β”œβ”€β”€ ImageSets
    └── Prompts

Dataset Contents:

The dataset contains images, split between the CatAugs and PottedPlantAugs folders. Each folder contains a VOC2007-style directory structure, with the following contents:

  • Annotations: XML annotation files for each image, containing bounding box and object class information.
  • JPEGImages: The augmented images themselves, in JPEG format.
  • ImageSets: Text files containing lists of image IDs for training, validation, and testing splits.
  • Prompts: Text files containing the prompts used to generate each augmented image.

Dataset Format:

The dataset is stored in the VOC2007 format, with XML annotation files and JPEG images.

Downloads last month
2
Edit dataset card