mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-12 22:38:53 +02:00
8 lines
218 B
Bash
8 lines
218 B
Bash
python eval_common_metric.py \
|
|
--real_video_dir path/to/imageA\
|
|
--generated_video_dir path/to/imageB \
|
|
--batch_size 10 \
|
|
--num_frames 20 \
|
|
--crop_size 64 \
|
|
--device 'cuda' \
|
|
--metric 'lpips' |