Skip to content

The file ‘good_images.dat’ was not found #63

@wind-chenchen

Description

@wind-chenchen

When using GAN for training, I did not find 'good_image.dat', Could you please add this file @tranluan

def load_FaceAlignment_datasets_good():
    fd = open(FACE_ALIGNMENT_RECROP_DIR + 'good_images.dat')
    all_images = np.fromfile(file=fd, dtype=np.uint8)
    fd.close()
    all_images = all_images.astype(np.bool_)

    return all_images

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions