-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
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
DeepFace #31
Comments
"""This module implements an abstract base class (ABC) 'BaseDataset' for datasets. It also includes common transformation functions (e.g., get_transform, __scale_width), which can be later used in subclasses. class BaseDataset(data.Dataset, ABC):
def get_transform(grayscale=False): def get_affine_mat(opt, size):
def apply_img_affine(img, affine_inv, method=Image.BICUBIC): def apply_lm_affine(landmark, affine, flip, size): |
No description provided.
The text was updated successfully, but these errors were encountered: