summaryrefslogtreecommitdiff
path: root/recursive.sh
blob: 6ccc60d25d4a7acabffa37f24634cabb13a5473c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
python test.py \
  --dataroot /home/ubuntu/Desktop/thumbs/wood/A/train/ \
  --name wood \
  --start_img /home/ubuntu/Desktop/thumbs/wood/A/train/frame_1002.png \
  --how_many 2000 \
  --model test  \
  --which_model_netG unet_256  \
  --which_direction AtoB  \
  --dataset_mode recursive  \
  --norm batch

#  --aspect_ratio 1.777777 \