File size: 269 Bytes
949df4a
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CUDA_VISIBLE_DEVICES=3 python test.py --gpu_id 0 \
--ddim_steps 50 \
--outdir results/try/ \
--config configs/viton512.yaml \
--dataroot /datasets/NVG \
--ckpt checkpoints/mvg.ckpt  \
--n_samples 1 \
--seed 23 \
--scale 1 \
--H 512 \
--W 384 

#!/bin/bash