summaryrefslogtreecommitdiff
path: root/run-messi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-messi.sh')
-rwxr-xr-xrun-messi.sh38
1 files changed, 38 insertions, 0 deletions
diff --git a/run-messi.sh b/run-messi.sh
new file mode 100755
index 0000000..63d9a9a
--- /dev/null
+++ b/run-messi.sh
@@ -0,0 +1,38 @@
+dataset="messi"
+
+#perl /home/lens/Desktop/pair-dataset.pl
+#sleep 1
+
+#python datasets/combine_A_and_B.py \
+# --fold_A "/home/lens/Desktop/thumbs/$dataset/A" \
+# --fold_B "/home/lens/Desktop/thumbs/$dataset/B" \
+# --fold_AB "./datasets/$dataset/"
+#sleep 1
+
+#python train.py \
+# --dataroot "./datasets/$dataset" \
+# --name "$dataset" \
+# --model pix2pix \
+# --loadSize 256 \
+# --fineSize 256 \
+# --which_model_netG unet_256 \
+# --which_direction AtoB \
+# --lambda_B 100 \
+# --dataset_mode aligned \
+# --no_lsgan --norm batch --pool_size 0
+
+python test.py \
+ --dataroot "/home/lens/Desktop/thumbs/$dataset/A/train/" \
+ --name "$dataset" \
+ --start_img "/home/lens/Desktop/thumbs/$dataset/A/train/frame_0000.png" \
+ --how_many 500 \
+ --model test \
+ --aspect_ratio 1.777777 \
+ --which_model_netG unet_256 \
+ --which_direction AtoB \
+ --dataset_mode recursive \
+ --loadSize 286 \
+ --fineSize 256 \
+ --norm batch
+ #--center_crop \
+