mirror of
https://github.com/NVIDIA/vid2vid.git
synced 2026-02-01 17:26:51 +00:00
8 lines
425 B
Bash
Executable File
8 lines
425 B
Bash
Executable File
python train.py --name pose2body_512p_g1 \
|
|
--dataroot datasets/pose --dataset_mode pose \
|
|
--input_nc 6 --n_scales_spatial 2 --ngf 64 --num_D 3 \
|
|
--resize_or_crop randomScaleHeight_and_scaledCrop --loadSize 768 --fineSize 512 \
|
|
--no_first_img --n_frames_total 12 --max_frames_per_gpu 2 --max_t_step 4 --add_face_disc \
|
|
--niter_fix_global 3 --niter 5 --niter_decay 5 \
|
|
--lr 0.0001 --load_pretrain checkpoints/pose2body_256p_g1
|