Chris

Results 2 comments of Chris

Edit ```DeepFaceLab_Linux/DeepFaceLab/core/imagelib/warp.py``` At Line 146, change from: ```random_transform_mat = cv2.getRotationMatrix2D((w // 2, w // 2), rotation, scale)``` to: ```random_transform_mat = cv2.getRotationMatrix2D((w // 2.0, w // 2.0), rotation, scale)``` Reference from...