Skip to content

a simple script to extract deep feature from caffe model, and test ROC on the LFW database.

Notifications You must be signed in to change notification settings

vzhangmeng726/caffe-roc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caffe-roc

This is a simple and naive program for deep feature extraction and evaluating face verification performance on the LFW database, implemented by PyCaffe and Python.

I’ve provide a deep caffemodel and trainNet in the model folder, more detail can be found at [1]

For feature extraction, just run the follow command:

 sh runExFea.sh

When feature extraction has done, run:

 sh runROC.sh

for performance evaluation.

The implementation of testROC makes reference to [2], and extraction.py makes reference to the caffe documents.

Reference

[1] Deep Learning Face Representation by Joint Identification-Verification

[2] https://github.com/cyh24/Joint-Bayesian

About

a simple script to extract deep feature from caffe model, and test ROC on the LFW database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published