fastvideo.v1.configs.pipelines.registry#

Registry for pipeline weight-specific configurations.

Module Contents#

Functions#

get_pipeline_config_cls_for_name

Get the appropriate config class for specific pretrained weights.

Data#

API#

fastvideo.v1.configs.pipelines.registry.PIPELINE_DETECTOR: Dict[str, Callable[[str], bool]][source]#

None

fastvideo.v1.configs.pipelines.registry.PIPELINE_FALLBACK_CONFIG: Dict[str, Type[fastvideo.v1.configs.pipelines.base.PipelineConfig]][source]#

None

fastvideo.v1.configs.pipelines.registry.WEIGHT_CONFIG_REGISTRY: Dict[str, Type[fastvideo.v1.configs.pipelines.base.PipelineConfig]][source]#

None

fastvideo.v1.configs.pipelines.registry.get_pipeline_config_cls_for_name(pipeline_name_or_path: str) Optional[type[fastvideo.v1.configs.pipelines.base.PipelineConfig]][source]#

Get the appropriate config class for specific pretrained weights.

fastvideo.v1.configs.pipelines.registry.logger[source]#

β€˜init_logger(…)’