mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-26 02:37:23 +02:00
10 lines
248 B
Bash
10 lines
248 B
Bash
python eval_common_metric.py \
|
|
--real_video_dir path/to/imageA\
|
|
--generated_video_dir path/to/imageB \
|
|
--batch_size 10 \
|
|
--crop_size 64 \
|
|
--num_frames 20 \
|
|
--device 'cuda' \
|
|
--metric 'fvd' \
|
|
--fvd_method 'styleganv'
|