src.core.data.flow.VMAF module

class default flow

Use this module to manage a default flow object.

class src.core.data.flow.VMAF.VMAFFlow(*args, dataset: str | None = None, columns: List[str] | None = None, window: int = 1, vmaf_threshold: float = 80.0, gray_post_train_portion: float = 0.7, gray_in_train_portion: float = 0.3, **kwargs)

Bases: augmented_cls

VMAF.

PreProcessing flow for the VMAF dataset

execute(*args, **kwargs) None
get_triplet(data: ~SNN2.src.decorators.decorators.c_logger.<locals>.augmented_cls) augmented_cls