towhee.models.omnivore.omnivore.omnivore_swinl_kinetics600

towhee.models.omnivore.omnivore.omnivore_swinl_kinetics600(pretrained: bool = True, progress: bool = True, load_heads: bool = True, **kwargs: Any) Module[source]

Swin L patch 244 window 877 trained with Kinetics 600 :param pretrained: if True loads weights from model trained on

Imagenet 1k, Kinetics 600, SUN RGBD.

Parameters:
  • progress – print progress of loading checkpoint

  • load_heads – if True, loads the 3 heads, one each for image/video/rgbd prediction. If False loads only the trunk.

Returns:

nn.Module of the omnivore model

Return type:

model