You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi yehengchen,
When i run data_preprocess.py. I face the issue: Traceback (most recent call last):
File "data_preprocess.py", line 7, in
nrof_images_total,nrof_successfully_aligned=obj.collect_data()
File "/home/thanhpham/PycharmProjects/FaceNet/FaceRecognition-FaceNet/preprocess.py", line 52, in collect_data
img = misc.imread(image_path)
AttributeError: module 'scipy.misc' has no attribute 'imread'
Please give me some advice?
Best regards,
Thanks
The text was updated successfully, but these errors were encountered:
Hi yehengchen, When i run data_preprocess.py. I face the issue: Traceback (most recent call last): File "data_preprocess.py", line 7, in nrof_images_total,nrof_successfully_aligned=obj.collect_data() File "/home/thanhpham/PycharmProjects/FaceNet/FaceRecognition-FaceNet/preprocess.py", line 52, in collect_data img = misc.imread(image_path) AttributeError: module 'scipy.misc' has no attribute 'imread' Please give me some advice? Best regards, Thanks
Hi yehengchen,
When i run data_preprocess.py. I face the issue: Traceback (most recent call last):
File "data_preprocess.py", line 7, in
nrof_images_total,nrof_successfully_aligned=obj.collect_data()
File "/home/thanhpham/PycharmProjects/FaceNet/FaceRecognition-FaceNet/preprocess.py", line 52, in collect_data
img = misc.imread(image_path)
AttributeError: module 'scipy.misc' has no attribute 'imread'
Please give me some advice?
Best regards,
Thanks
The text was updated successfully, but these errors were encountered: