Snowball-Wang / LFW_accuracy_test

This is the Python version of evaluation.m for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is the Python version of evaluation.m for Sphereface.

Requirements

  • You need to install lmdb by typing command pip install lmdb.
  • You need to use extract_features.bin in caffe to extract 512-d feature vector from layer fc5. The command can be found in file folder.
  • You need to change the root_dir in the main function to your own path.

Usage

# python lfw_acc_test.py

Result

The result is shown in result.png

About

This is the Python version of evaluation.m for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17


Languages

Language:Python 100.0%