Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I modify the resize value directly? #62

Open
tailangjun opened this issue Dec 28, 2023 · 2 comments
Open

Can I modify the resize value directly? #62

tailangjun opened this issue Dec 28, 2023 · 2 comments

Comments

@tailangjun
Copy link

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))

@biyiyizuilihai
Copy link

I face the same problem, I want to resize this to 288 too,have you solve this problem?

@tailangjun
Copy link
Author

I face the same problem, I want to resize this to 288 too,have you solve this problem?

看来老铁也是在训练 wav2lip288呀,貌似这个地方改不了,只能多做一次resize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants