nanaj's picture
Upload folder using huggingface_hub (part 4)
ea35292 verified
Raw
History Blame Contribute Delete
223 Bytes
from av.plane import Plane
from .frame import VideoFrame
class VideoPlane(Plane):
line_size: int
width: int
height: int
buffer_size: int
def __init__(self, frame: VideoFrame, index: int) -> None: ...