Skip to content

Instantly share code, notes, and snippets.

@tchaton
Created May 11, 2021 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchaton/d2f2b52f77d7ed5a537d686e124c2b60 to your computer and use it in GitHub Desktop.
Save tchaton/d2f2b52f77d7ed5a537d686e124c2b60 to your computer and use it in GitHub Desktop.
video_backones
# 4. List the available models
print(VideoClassifier.available_backbones())
# out: ['efficient_x3d_s', 'efficient_x3d_xs', ... ,slowfast_r50', 'x3d_m', 'x3d_s', 'x3d_xs']
print(VideoClassifier.get_backbone_details("x3d_xs"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment