Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Oxford Flowers-102 (Test set only)
|
2 |
+
|
3 |
+
Original paper: [Automated flower classification over a large number of classes](https://www.robots.ox.ac.uk/~vgg/publications/2008/Nilsback08/nilsback08.pdf)
|
4 |
+
|
5 |
+
Homepage: https://www.robots.ox.ac.uk/~vgg/data/flowers/102/
|
6 |
+
|
7 |
+
Bibtex:
|
8 |
+
```
|
9 |
+
@InProceedings{Nilsback08,
|
10 |
+
author = "Maria-Elena Nilsback and Andrew Zisserman",
|
11 |
+
title = "Automated Flower Classification over a Large Number of Classes",
|
12 |
+
booktitle = "Indian Conference on Computer Vision, Graphics and Image Processing",
|
13 |
+
month = "Dec",
|
14 |
+
year = "2008",
|
15 |
+
}
|
16 |
+
```
|