hqli / face_recognition

使用webface人脸数据集以及DeepID网络,通过Caffe训练出模型参数,得到LFW二分类的人脸识别准确率。
291 stars 173 forks source link

DeeID.py errors #12

Open Dingxiaoxiang opened 7 years ago

Dingxiaoxiang commented 7 years ago

def div_data(self, ratio):

if num>select_ids[self.num-1][0]: should changed to next line

            if num>select_id[0]: