vikit.video.building.handlers.interpolation_handler

Overview

Classes

VideoInterpolationHandler

Helper class that provides a standard way to create an ABC using

Classes

class vikit.video.building.handlers.interpolation_handler.VideoInterpolationHandler

Bases: vikit.common.handler.Handler

Helper class that provides a standard way to create an ABC using inheritance.

Overview

Methods

execute_async(video, ml_models_gateway)

Execute the handler asynchronously.

Members

async execute_async(video: vikit.video.video.Video, ml_models_gateway: vikit.gateways.ML_models_gateway.MLModelsGateway)

Execute the handler asynchronously.

Parameters:
  • object_to_transforms -- The object to transform prompt to process. It usually includes build settings

  • **kwargs -- Additional arguments

Returns:

the transformed object_to_transforms