athulp01 / face-authentication

Basic Face Recognition System
GNU General Public License v3.0
12 stars 8 forks source link

Certain outdated features #2

Open yatharthahuja opened 4 years ago

yatharthahuja commented 4 years ago

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.

athulp01 commented 4 years ago

Hey @yetinater, you can create a pull request if you have modified it.