Guldeniz commited on
Commit
cf40283
1 Parent(s): aab9266

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #flowersdataset #segmentation #VGG
2
+
3
+ # Dataset Card for Flowers Dataset
4
+
5
+ ## Table of Contents
6
+ - [Dataset Description](#dataset-description)
7
+ - [Dataset Summary](#dataset-summary)
8
+ - [Official VGG'S README.md](#official-vggs-README.md)
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:** https://www.robots.ox.ac.uk/~vgg/data/flowers/17/index.html
13
+ - **Repository:** https://huggingface.co/datasets/Guldeniz/flower_dataset
14
+ - **Paper:** [Needs More Information]
15
+ - **Leaderboard:** [Needs More Information]
16
+ - **Point of Contact:** [Needs More Information]
17
+
18
+ ### Dataset Summary
19
+
20
+ VGG have created a 17 category flower dataset with 80 images for each class. The flowers chosen are some common flowers in the UK. The images have large scale, pose and light variations and there are also classes with large varations of images within the class and close similarity to other classes. The categories can be seen in the figure below. We randomly split the dataset into 3 different training, validation and test sets. A subset of the images have been groundtruth labelled for segmentation.
21
+ You can find the split files in the link, as a mat file.
22
+
23
+ ### Official VGG's README.md
24
+
25
+ 17 Flower Category Database
26
+ ----------------------------------------------
27
+ This set contains images of flowers belonging to 17 different categories.
28
+ The images were acquired by searching the web and taking pictures. There are
29
+ 80 images for each category.
30
+
31
+ The database was used in:
32
+
33
+ Nilsback, M-E. and Zisserman, A. A Visual Vocabulary for Flower Classification.
34
+ Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (2006)
35
+ http://www.robots.ox.ac.uk/~vgg/publications/papers/nilsback06.{pdf,ps.gz}.
36
+
37
+ The datasplits used in this paper are specified in datasplits.mat
38
+
39
+ There are 3 separate splits. The results in the paper are averaged over the 3 splits.
40
+ Each split has a training file (trn1,trn2,trn3), a validation file (val1, val2, val3)
41
+ and a testfile (tst1, tst2 or tst3).
42
+
43
+ Segmentation Ground Truth
44
+ ------------------------------------------------
45
+ The ground truth is given for a subset of the images from 13 different
46
+ categories.
47
+
48
+ More details can be found in:
49
+
50
+ Nilsback, M-E. and Zisserman, A. Delving into the whorl of flower segmentation.
51
+ Proceedings of the British Machine Vision Conference (2007)
52
+ http:www.robots.ox.ac.uk/~vgg/publications/papers/nilsback06.(pdf,ps.gz).
53
+
54
+ The ground truth file also contains the file imlist.mat, which indicated
55
+ which images in the original database that have been anotated.
56
+
57
+ Distance matrices
58
+ -----------------------------------------------
59
+
60
+ We provide two set of distance matrices:
61
+
62
+ 1. distancematrices17gcfeat06.mat
63
+ - Distance matrices using the same features and segmentation as detailed in:
64
+ Nilsback, M-E. and Zisserman, A. A Visual Vocabulary for Flower Classification.
65
+ Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition(2006)
66
+ http://www.robots.ox.ac.uk/~vgg/publications/papers/nilsback06.{pdf,ps.gz}.
67
+
68
+ 2. distancematrices17itfeat08.mat
69
+ - Distance matrices using the same features as described in:
70
+ Nilsback, M-E. and Zisserman, A. Automated flower classification over a large number of classes.
71
+ Proceedings of the Indian Conference on Computer Vision, Graphics and Image Processing (2008)
72
+ http://www.robots.ox.ac.uk/~vgg/publications/papers/nilsback08.{pdf,ps.gz}.
73
+ and the iterative segmenation scheme detailed in
74
+ Nilsback, M-E. and Zisserman, A. Delving into the whorl of flower segmentation.
75
+ Proceedings of the British Machine Vision Conference (2007)
76
+ http:www.robots.ox.ac.uk/~vgg/publications/papers/nilsback06.(pdf,ps.gz).