junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

Datasets Image2D Classification Pets #29

Open junxnone opened 5 years ago

junxnone commented 5 years ago

Oxford-IIIT Pets

image

Downloads

wget http://www.robots.ox.ac.uk/~vgg/data/pets/data/images.tar.gz
wget http://www.robots.ox.ac.uk/~vgg/data/pets/data/annotations.tar.gz

Annotations

trimaps/    Trimap annotations for every image in the dataset
        Pixel Annotations: 1: Foreground 2:Background 3: Not classified
xmls/       Head bounding box annotations in PASCAL VOC Format

list.txt    Combined list of all images in the dataset
        Each entry in the file is of following nature:
        Image CLASS-ID SPECIES BREED ID
        ID: 1:37 Class ids
        SPECIES: 1:Cat 2:Dog
        BREED ID: 1-25:Cat 1:12:Dog
        All images with 1st letter as captial are cat images while
        images with small first letter are dog images.
trainval.txt    Files describing splits used in the paper.However,
test.txt    you are encouraged to try random splits.

image

             (a)                          (b)                        (c)

list.txt

german_shorthaired_9 15 2 9
 |                    | | |— BREED ID
 |                    | |— SPECIES: 1:Cat 2:Dog
 |                    |— Class ids
 |— SPECIES

德国短毛犬( German Shorthaired)

Reference

junxnone commented 5 years ago

很奇怪! http://www.robots.ox.ac.uk/~vgg/data/pets/data/annotations.tar.gz

junxnone commented 4 years ago

junxnone/aiwiki#28