download_cub200.sh 177 字节
Newer Older
1 2
wget http://www.vision.caltech.edu/visipedia-data/CUB-200/images.tgz
tar zxf images.tgz
K
kbChen 已提交
3
find images|grep jpg|grep -v "\._" > list.txt
4 5
python split.py
rm -rf images.tgz list.txt