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
I noticed in the kubric_movif_dataset.py that the frame rate is randomly chosen with frame_rate = np.random.randint(1, int((120 / seq_len)) + 1) when random_frame_rate is enabled. I am curious about the reasons behind choosing 120 as the fixed value in this calculation.
Thank you for your clarification!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed in the
kubric_movif_dataset.py
that the frame rate is randomly chosen withframe_rate = np.random.randint(1, int((120 / seq_len)) + 1)
whenrandom_frame_rate
is enabled. I am curious about the reasons behind choosing 120 as the fixed value in this calculation.Thank you for your clarification!
The text was updated successfully, but these errors were encountered: