nemo_curator.stages.video.filtering.motion_filter
nemo_curator.stages.video.filtering.motion_filter
Module Contents
Classes
API
Dataclass
Bases: ProcessingStage[VideoTask, VideoTask]
Stage for filtering video clips based on motion score.
This class processes video clips through a series of steps including motion score computation and filtering based on thresholds.
global_mean_threshold
motion_filter_batch_size
name
num_gpus_per_worker
per_patch_min_256_threshold
score_only
verbose
Dataclass
Bases: ProcessingStage[VideoTask, VideoTask]
Stage for decoding motion vector information from video files.
This class processes video files through a series of steps including decoding, filtering by side length, and storing the results in the task.
name
num_cpus_per_worker
target_duration_ratio
target_fps
verbose