Skip to content

Commit

Permalink
add ConSinGAN model (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Nov 24, 2023
1 parent 08ee7a3 commit e53c593
Showing 1 changed file with 17 additions and 0 deletions.
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

0 comments on commit e53c593

Please sign in to comment.