Skip to content

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

Notifications You must be signed in to change notification settings

Snowball-Wang/LFW_accuracy_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages