fastvideo.workflow.preprocess.record_schema

fastvideo.workflow.preprocess.record_schema#

Module Contents#

Functions#

basic_t2v_record_creator

Create a record for the Parquet dataset from PreprocessBatch.

i2v_record_creator

Create a record for the Parquet dataset with CLIP features.

API#

fastvideo.workflow.preprocess.record_schema.basic_t2v_record_creator(batch: fastvideo.pipelines.pipeline_batch_info.PreprocessBatch) list[dict[str, Any]][source]#

Create a record for the Parquet dataset from PreprocessBatch.

fastvideo.workflow.preprocess.record_schema.i2v_record_creator(batch: fastvideo.pipelines.pipeline_batch_info.PreprocessBatch) list[dict[str, Any]][source]#

Create a record for the Parquet dataset with CLIP features.