luckycallor / InsightFace-tensorflow

Tensoflow implementation of InsightFace (ArcFace: Additive Angular Margin Loss for Deep Face Recognition).
248 stars 112 forks source link

Extracting incorrect embedding in get_embd.py #30

Open qwn19970728 opened 5 years ago

qwn19970728 commented 5 years ago

Changing line102 in get_embd.py from:saver = tf.train.Saver(var_list=tf.trainable_variables()) --> saver = tf.train.Saver() solved this.