v4.1.0 #799
Replies: 7 comments 11 replies
-
Beta Was this translation helpful? Give feedback.
-
I am getting this error. paste_face = cv2.addWeighted(paste_face, self.options.blend_ratio, fake_face, 1.0 - self.options.blend_ratio, 0) cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\arithm.cpp:674: error: (-5:Bad argument) When the input arrays in add/subtract/multiply/divide functions have different types, the output array type must be explicitly specified in function 'cv::arithm_op' |
Beta Was this translation helpful? Give feedback.
-
Hi, i have the same message since 4.1.0 cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\arithm.cpp:674: error: (-5:Bad argument) When the input arrays in add/subtract/multiply/divide functions have different types, the output array type must be explicitly specified in function 'cv::arithm_op' |
Beta Was this translation helpful? Give feedback.
-
After the last update, I am getting the following error. How do I fix it?: Error |
Beta Was this translation helpful? Give feedback.
-
The changes made by @zeki0485 in the pull requests fixes the error "OpenCV(4.9.0)" |
Beta Was this translation helpful? Give feedback.
-
I'm running on kaggle. I am unable to update any files. |
Beta Was this translation helpful? Give feedback.
-
The output with |
Beta Was this translation helpful? Give feedback.
-
The first feature is a real game changer! You can now mostly skip using the enhancers but use the subsampling instead with noticeable better resolution and without losing part of the likeness (which before was a problem when using the enhancers).
Note that (depending on your hardware) means also a lot slower swapping speed when processing videos.
This discussion was created from the release v4.1.0.
Beta Was this translation helpful? Give feedback.
All reactions