diff options
| -rw-r--r-- | options/dataset_options.py | 7 | ||||
| -rw-r--r-- | test-mogrify-recursive.sh | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index c0f5978..07221cb 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -59,13 +59,6 @@ class DatasetOptions(BaseOptions): help='scp destination' ) - self.parser.add_argument( - '--experiment', - type=str, - default="", - help='experiment name' - ) - ## IMAGE FILTERS ### RECURSION diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index c75dc2c..464ba39 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -19,13 +19,15 @@ how_many=200 python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/test/frame_00003.png" \ - --experiment "${tag}_sequence" \ + --experiment "${tag}_sequence_more" \ --name pcfade \ --sequence \ --loadSize 256 --fineSize 256 --how_many $how_many \ --model test --which_model_netG unet_256 \ --which_direction BtoA --dataset_mode recursive \ - --recursive --clahe --posterize \ + --recursive --recursive-frac 0.2 \ + --sequence --sequence-frac 0.3 \ + --posterize --norm batch # python test-mogrify.py \ |
