Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CONSINGAN/start_export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ROOT=`pwd`

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install scipy scikit-image matplotlib albumentations


git clone https://github.com/PaddleJitLab/ConSinGAN
cd ConSinGAN
git checkout master
python export.py --train_mode generation --input_name Images/Generation/angkorwat.jpg


cd $ROOT
git clone https://github.com/PaddleJitLab/ConSinGAN.paddle
cd ConSinGAN.paddle
git checkout main
python export.py --train_mode generation --input_name Images/Generation/angkorwat.jpg