hello ,i.m geting error in face project building face classifier
ValueError Traceback (most recent call last)
in
29 labels.append(target)
30
—> 31 face_dataset = np.concatenate(face_data,axis=0)
32 face_labels = np.concatenate(labels,axis=0).reshape((-1,1))
33
ValueError: all the input arrays must have same number of dimensions