Skip to content

Can I modify the resize value directly? #62

@tailangjun

Description

@tailangjun

I want to change the resize value from (224, 224) to (288, 288). I don’t know what else to change besides changing the literal value.

vOut.write(cv2.resize(face, (224, 224))) vOut = cv2.VideoWriter(cropfile + 't.avi', fourcc, args.frame_rate, (224, 224))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions