Skip to content

Commit

Permalink
develop -> main (#2)
Browse files Browse the repository at this point in the history
* Add sponsor button

* Update README

* Update README
  • Loading branch information
johnnysclai committed Apr 13, 2024
1 parent 896cdf1 commit a9993d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ If you find our work useful, please consider cite our paper:
}
```

### Updates
- *2024/04/13*: The source code is first released.

### Requirements
- Python 3 ([Anaconda](https://www.anaconda.com) installation is strongly recommended)
- Install all Python dependencies by running:
Expand Down Expand Up @@ -96,6 +99,7 @@ python train.py
cd Deep-Face-Recognition/src
python evaluation.py
```
* where the landmarks are obtained by MTCNN face detector, and the subjects overlapped with LFW and MegaFace are removed. The csv files are provided here: []()

### Checkpoints and results
* The original checkpoint and training log can be downloaded from here[]()
Expand All @@ -120,14 +124,14 @@ SCface results:
|-----------------------------------------------------|--------|-------|--------|
| Our paper | 79.7% | 95.7% | 98.2% |
| Re-run the original checkpoint in above environment | 78.92% | 96% | 98.77% |
| Reproduced checkpoint | | | |
| Reproduced checkpoint | % | % | % |

QMUL-SurvFace results:

| Method | 30% | 10% | 1% | 0.1% | AUC |
|-----------------------------------------------------|--------|--------|--------|--------|--------|
| Our paper | 75.09% | 52.74% | 21.41% | 11.02% | 80.03% |
| Re-run the original checkpoint in above environment | 75.15% | 52.21% | 21.86% | 10.49% | 80.06% |
| Reproduced checkpoint | | | | | |
| Reproduced checkpoint | % | % | % | % | % |


0 comments on commit a9993d2

Please sign in to comment.