diff options
| -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 \ |
