modify prepare_data.sh for benchmark
parent
9f2ab06ec2
commit
d44bc7fd62
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
dataset_url=$1
|
||||||
|
|
||||||
cd dataset
|
cd dataset
|
||||||
rm -rf ILSVRC2012
|
rm -rf ILSVRC2012
|
||||||
wget -nc https://paddle-imagenet-models-name.bj.bcebos.com/data/whole_chain/whole_chain_little_train.tar
|
wget -nc ${dataset_url}
|
||||||
tar xf whole_chain_little_train.tar
|
tar xf ILSVRC2012_val.tar
|
||||||
ln -s whole_chain_little_train ILSVRC2012
|
ln -s ILSVRC2012_val ILSVRC2012
|
||||||
cd ILSVRC2012
|
cd ILSVRC2012
|
||||||
mv train.txt train_list.txt
|
ln -s val_list.txt train_list.txt
|
||||||
mv val.txt val_list.txt
|
|
||||||
cd ../../
|
cd ../../
|
||||||
|
|
Loading…
Reference in New Issue