MCPcopy Create free account
hub / github.com/MTLab/MorphMLP / create_random_augment

Function create_random_augment

slowfast/datasets/transform.py:624–657  ·  view source on GitHub ↗

Get video randaug transform. Args: input_size: The size of the input video in tuple. auto_augment: Parameters for randaug. An example: "rand-m7-n4-mstd0.5-inc1" (m is the magnitude and n is the number of operations to apply). interpolation: I

(
    input_size,
    auto_augment=None,
    interpolation="bilinear",
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_aug_frameMethod · 0.85
_aug_frameMethod · 0.85

Calls 2

_pil_interpFunction · 0.85
rand_augment_transformFunction · 0.85

Tested by

no test coverage detected