https://github.com/aiaaee/102-flower-dataset
102Flower is an image classification dataset consisting of 102 flower categories
https://github.com/aiaaee/102-flower-dataset
convolutional-neural-networks deep deeplearning image-analysis image-processing vision
Last synced: about 1 year ago
JSON representation
102Flower is an image classification dataset consisting of 102 flower categories
- Host: GitHub
- URL: https://github.com/aiaaee/102-flower-dataset
- Owner: aiaaee
- License: apache-2.0
- Created: 2024-11-01T07:52:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T18:57:01.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:37:11.028Z (over 1 year ago)
- Topics: convolutional-neural-networks, deep, deeplearning, image-analysis, image-processing, vision
- Language: Jupyter Notebook
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 102-Flower-Dataset with VGG16
102Flower is an image classification dataset consisting of 102 flower categories. The flowers chosen to be flower commonly occurring in the United Kingdom. Each class consists of between 40 and 258 images.
The images have large scale, pose and light variations. In addition, there are categories that have large variations within the category and several very similar categories.

## Downloads
The data needed for evaluation are:
[Dataset images](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/102flowers.tgz)
[Image segmentations](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/102segmentations.tgz)
[&Chi2 distances](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/distancematrices102.mat) - As used in the ICVGIP 2008 publication.
[The image labels](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/imagelabels.mat)
[The data splits](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/setid.mat)
The [README](https://thor.robots.ox.ac.uk/flowers/102/README.txt) file explains everything.

## Visualization of the dataset
We visualize the categories in the dataset using SIFT features as shape descriptors and HSV as colour descriptor. The images are randomly sampled from the category.
 
## Publications
Nilsback, M-E. and Zisserman, A.
Automated flower classification over a large number of classes
Proceedings of the Indian Conference on Computer Vision, Graphics and Image Processing (2008)