Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ get_num_frames
Function
get_num_frames
datasets/aspect.py:492–496 ·
view source on GitHub ↗
(num_frames)
Source
from the content-addressed store, hash-verified
490
491
492
def
get_num_frames(num_frames):
493
if
num_frames in NUM_FRAMES_MAP:
494
return
NUM_FRAMES_MAP[num_frames]
495
else
:
496
return
int(num_frames)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected