rwightman HF staff commited on
Commit
0b06192
1 Parent(s): 10b6888

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -68,4 +68,26 @@ configs:
68
  path: data/train-*
69
  - split: test
70
  path: data/test-*
 
 
 
71
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  path: data/train-*
69
  - split: test
70
  path: data/test-*
71
+ license: cc-by-sa-4.0
72
+ size_categories:
73
+ - 1K<n<10K
74
  ---
75
+
76
+ # The Oxford-IIIT Pet Dataset
77
+
78
+ ## Description
79
+ A 37 category pet dataset with roughly 200 images for each class. The images have a large variations in scale, pose and lighting.
80
+
81
+ This instance of the dataset uses standard label ordering and includes the standard train/test splits. Trimaps and bbox are not included, but there is an `image_id` field that can be used to reference those annotations from official metadata.
82
+
83
+ Website: https://www.robots.ox.ac.uk/~vgg/data/pets/
84
+
85
+ ## Citation
86
+ ```bibtex
87
+ @InProceedings{parkhi12a,
88
+ author = "Omkar M. Parkhi and Andrea Vedaldi and Andrew Zisserman and C. V. Jawahar",
89
+ title = "Cats and Dogs",
90
+ booktitle = "IEEE Conference on Computer Vision and Pattern Recognition",
91
+ year = "2012",
92
+ }
93
+ ```