Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ConSinGAN model #2

Merged
merged 2 commits into from
Nov 24, 2023
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
GreatV marked this conversation as resolved.
Show resolved Hide resolved
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