AAAEEEE / CUB200-2011

The collection of 80*80-pixels bird-images from cub200-2011 dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUB200-2011-crop

All crop images from http://www.vision.caltech.edu/visipedia/CUB-200-2011.html If the CUB200 dataset is helpful to you, please cite this official website.

Steps

  1. Download the tgz files of images and segmentations link from the official website.

    Or you can use download.sh script to do it. Try:

     $ ./download.sh
    

    (Make sure you have installed wget and tar before you execute the script.)

  2. Extract tgz files to CUB_200_2011 folder, or any path you want.

    Now check the following python packages required:

    • os
    • numpy
    • argparse
    • scipy

    and run center_crop.py to process the raw images. For example:

     $ python3 center_crop.py -dd CUB_200_2011/ -os '80,80' -od 'center_crop/'
    

    Try python3 center_crop.py -h to see more information how to use.

  3. All crop-images and crop-segmentations saved in <dataset_path>/center_crop/.

About

The collection of 80*80-pixels bird-images from cub200-2011 dataset.


Languages

Language:Python 94.9%Language:Shell 5.1%