-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels