Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Oxford-IIIT Pets (Test set only)
|
| 2 |
+
|
| 3 |
+
Original paper: [Cats and Dogs](https://www.robots.ox.ac.uk/~vgg/publications/2012/parkhi12a/parkhi12a.pdf)
|
| 4 |
+
|
| 5 |
+
Homepage: https://www.robots.ox.ac.uk/~vgg/data/pets/
|
| 6 |
+
|
| 7 |
+
Bibtex:
|
| 8 |
+
```
|
| 9 |
+
@InProceedings{parkhi12a,
|
| 10 |
+
author = "Omkar M. Parkhi and Andrea Vedaldi and Andrew Zisserman and C. V. Jawahar",
|
| 11 |
+
title = "Cats and Dogs",
|
| 12 |
+
booktitle = "IEEE Conference on Computer Vision and Pattern Recognition",
|
| 13 |
+
year = "2012",
|
| 14 |
+
}
|
| 15 |
+
```
|