blob: daffba17440b859b67ffdd16070016964b04cef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
python test.py \
--dataroot /home/lens/Desktop/thumbs/woodscaled/A/train/ \
--name woodscaled_pix2pix \
--start_img /home/lens/Desktop/thumbs/woodscaled/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 \
|