diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:39:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:39:16 +0200 |
| commit | 86a8bc3914d455a16027d35e7a056bcc5ce189c1 (patch) | |
| tree | 880a406f508117110a43813e6196d6b59fc4d21a | |
| parent | db181bd238d600999f3e340bdf211fcb8f67f3ac (diff) | |
test
| -rw-r--r-- | test-mogrify-recursive.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index d09031e..4f7b030 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -1,12 +1,12 @@ tag='correct_rec${recursive_frac}' recursive_frac=0.5 -dataset='/home/lens/Desktop/woods_videos/processed/dataset' +dataset='/home/lens/Desktop/woods_videos/processed/dataset/B/' how_many=200 python test-mogrify.py \ --dataroot "$dataset/train/" \ - --start_img "$dataset/B/test/frame_00003.png" \ + --start_img "$dataset/test/frame_00003.png" \ --experiment "${tag}_dark" \ --name pcfade \ --loadSize 256 --fineSize 256 --how_many $how_many \ |
