mirror of
https://github.com/NVIDIA/vid2vid.git
synced 2026-02-01 17:26:51 +00:00
6 lines
302 B
Bash
Executable File
6 lines
302 B
Bash
Executable File
python train.py --name pose2body_256p \
|
|
--dataroot datasets/pose --dataset_mode pose \
|
|
--input_nc 6 --num_D 2 \
|
|
--resize_or_crop ScaleHeight_and_scaledCrop --loadSize 384 --fineSize 256 \
|
|
--gpu_ids 0,1,2,3,4,5,6,7 --batchSize 8 --max_frames_per_gpu 3 \
|
|
--no_first_img --n_frames_total 12 --max_t_step 4 |