mirror of
https://github.com/NVIDIA/vid2vid.git
synced 2026-02-01 17:26:51 +00:00
6 lines
279 B
Bash
Executable File
6 lines
279 B
Bash
Executable File
python train.py --name pose2body_256p_g1 \
|
|
--dataroot datasets/pose --dataset_mode pose \
|
|
--input_nc 6 --ngf 64 --num_D 2 \
|
|
--resize_or_crop randomScaleHeight_and_scaledCrop --loadSize 384 --fineSize 256 \
|
|
--no_first_img --n_frames_total 12 --max_frames_per_gpu 4 --max_t_step 4
|