Closed shikharbhardwaj closed 2 years ago
@dataclass
class DownsampleConfig:
height: int
width: int
col_space: ColSpace
fps: float
@dataclass
class FrameMetadata:
pts: PresentationTimestamp
file_uid: str
@dataclass
class FileMetadata:
uid: str
filename: str
metadata: Dict[str, str] # Arbitrary file-level metadata (eg: Map, Clip Type, etc)
P0 implementation
DownsampleConfig
get_downsampled_frames
P1 implementation
Design overview
Preprocessing incoming video data to produce input for the learning algorithm:
Requirements