mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-03 12:24:32 +02:00
9 lines
251 B
Bash
9 lines
251 B
Bash
|
|
python eval_common_metric.py \
|
|
--real_video_dir /data/xiaogeng_liu/data/video1 \
|
|
--generated_video_dir /data/xiaogeng_liu/data/video2 \
|
|
--batch_size 10 \
|
|
--num_frames 20 \
|
|
--crop_size 64 \
|
|
--device 'cuda' \
|
|
--metric 'psnr' |