We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 we download the original unaligned face images ? thanks !
The text was updated successfully, but these errors were encountered:
Alignment settings is:
import cv2 from skimage import transform as trans dst = np.array([ [30.2946, 51.6963], [65.5318, 51.5014], [48.0252, 71.7366], [33.5493, 92.3655], [62.7299, 92.2041]], dtype=np.float32 ) dst[:,0] += 8.0 src = landmark.astype(np.float32) tform = trans.SimilarityTransform() tform.estimate(src, dst) M = tform.params[0:2, :] img = cv2.warpAffine(img, M, (112,112), borderValue=0.0)
This is same as all datasets in insightface.
Sorry, something went wrong.
No branches or pull requests
can we download the original unaligned face images ? thanks !
The text was updated successfully, but these errors were encountered: