nemo_curator.stages.video.embedding.cosmos_embed1
nemo_curator.stages.video.embedding.cosmos_embed1
Module Contents
Classes
API
Dataclass
Bases: ProcessingStage[VideoTask, VideoTask]
Stage for embedding Cosmos-Embed1 frames into a vector space.
This class processes video clips through a series of steps including frame extraction, model initialization, and input frame creation.
gpu_memory_gb
model_dir
name
texts_to_verify
variant
verbose
Download the weights for the CosmosEmbed1 model on the node.
Dataclass
Bases: ProcessingStage[VideoTask, VideoTask]
Stage for creating Cosmos-Embed1 input frames from video clips.
This class processes video clips through a series of steps including frame extraction, model initialization, and input frame creation.
model_dir
name
num_cpus
target_fps
variant
verbose
Download the weights for the CosmosEmbed1 model on the node.