syncnet_python icon indicating copy to clipboard operation
syncnet_python copied to clipboard

Can I modify the resize value directly?

Open tailangjun opened this issue 1 year ago • 2 comments

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

tailangjun avatar Dec 28 '23 05:12 tailangjun

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

biyiyizuilihai avatar Jan 23 '24 07:01 biyiyizuilihai

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

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

tailangjun avatar Feb 05 '24 11:02 tailangjun