Skip to content

Certain outdated features #2

@yatharthahuja

Description

@yatharthahuja

Certain modules and libraries used in this code are not up to date with current standards.
For eg:
In detect_face:
It should be
data_dict = np.load(data_path, allow_pickle=True, encoding='latin1').item()
to accommodate updated attributes.

Also, scipy use has depreciated instead imageio can be used in preprocess.py.

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