You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I tried your inference script (scripts/inference.py) and got confused with variables: fps and num_frames. They seems very close by meaning, but values are different in configs/opensora-v1-2/inference/sample.py: num_frames = 51 and fps=24. As I understood num_frames is total amount of frames and fps is frames per second (lol). But num_frames=51 per 2 second != fps=24. Can you explain the difference and main idea please?
The text was updated successfully, but these errors were encountered:
Hi!
I tried your inference script (
scripts/inference.py
) and got confused with variables:fps
andnum_frames
. They seems very close by meaning, but values are different inconfigs/opensora-v1-2/inference/sample.py
:num_frames = 51
andfps=24
. As I understoodnum_frames
is total amount of frames andfps
is frames per second (lol). Butnum_frames=51
per 2 second !=fps=24
. Can you explain the difference and main idea please?The text was updated successfully, but these errors were encountered: