Also resize first image

pull/4/head
Migushthe2nd 4 years ago
parent 1a9c07167a
commit 5c52a7f349

@ -113,7 +113,7 @@ def main():
cv2.namedWindow('DeepFake', cv2.WINDOW_GUI_NORMAL) # face transformation
cv2.moveWindow('DeepFake', int(screen_width/2)+150, 100)
cv2.resizeWindow('DeepFake', 256,256)
cv2.resizeWindow('DeepFake', int(img_shape[1] / img_shape[0] * 256), 256)
cv2.namedWindow('Stream', cv2.WINDOW_GUI_NORMAL) # rendered to fake webcam

Loading…
Cancel
Save