未验证 提交 0d66d0ac 编写于 作者: W wangna11BD 提交者: GitHub

fix singan tipc (#586)

上级 581da7e9
......@@ -67,11 +67,11 @@ if [ ${MODE} = "lite_train_lite_infer" ];then
wget -nc -P ./data/ https://paddlegan.bj.bcebos.com/datasets/DIV2KandSet14.tar --no-check-certificate
cd ./data/ && tar xf DIV2KandSet14.tar && cd ../ ;;
singan)
rm -rf ./data/SinGAN*
rm -rf ./data/singan*
wget -nc -P ./data/ https://paddlegan.bj.bcebos.com/datasets/singan-official_images.zip --no-check-certificate
cd ./data/ && unzip -q singan-official_images.zip && cd ../ ;;
cd ./data/ && unzip -q singan-official_images.zip && cd ../
mkdir -p ./data/singan
mv ./data/SinGAN-official_images/Images/stone.png ./data/singan
mv ./data/SinGAN-official_images/Images/stone.png ./data/singan ;;
esac
elif [ ${MODE} = "whole_train_whole_infer" ];then
if [ ${model_name} == "pix2pix" ]; then
......@@ -83,7 +83,7 @@ elif [ ${MODE} = "whole_train_whole_infer" ];then
wget -nc -P ./data/ https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/horse2zebra.zip --no-check-certificate
cd ./data/ && unzip horse2zebra.zip && cd ../
elif [ ${model_name} == "singan" ]; then
rm -rf ./data/SinGAN*
rm -rf ./data/singan*
wget -nc -P ./data/ https://paddlegan.bj.bcebos.com/datasets/singan-official_images.zip --no-check-certificate
cd ./data/ && unzip -q singan-official_images.zip && cd ../
mkdir -p ./data/singan
......@@ -115,7 +115,7 @@ elif [ ${MODE} = "lite_train_whole_infer" ];then
wget -nc -P ./data/ https://paddlegan.bj.bcebos.com/datasets/reds_lite.tar --no-check-certificate
cd ./data/ && tar xf reds_lite.tar && cd ../
elif [ ${model_name} == "singan" ]; then
rm -rf ./data/SinGAN*
rm -rf ./data/singan*
wget -nc -P ./data/ https://paddlegan.bj.bcebos.com/datasets/singan-official_images.zip --no-check-certificate
cd ./data/ && unzip -q singan-official_images.zip && cd ../
mkdir -p ./data/singan
......@@ -164,7 +164,7 @@ elif [ ${MODE} = "whole_infer" ];then
cd ./inference && tar xf msvsr.tar && cd ../
cd ./data/ && tar xf reds_lite.tar && cd ../
elif [ ${model_name} == "singan" ]; then
rm -rf ./data/SinGAN*
rm -rf ./data/singan*
wget -nc -P ./data/ https://paddlegan.bj.bcebos.com/datasets/singan-official_images.zip --no-check-certificate
wget -nc -P ./inference https://paddlegan.bj.bcebos.com/datasets/singan.zip --no-check-certificate
cd ./data/ && unzip -q singan-official_images.zip && cd ../
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册