Skip to content

Commit

Permalink
Fix requirements and minor tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed May 19, 2022
1 parent 698ccdf commit 61fde73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notes/reference/papers/arcface-paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ These are my notes from the paper [ArcFace: Additive Angular Margin Loss for Dee

## Abstract

The main challenge for large-scale face recognition is designing a loss function with strong discriminative power.
They key to face recognition is a loss function with strong discriminative power.

[Centre loss](https://arxiv.org/abs/1707.07391) penalizes distance between features and corresponding class centers to achieve "compactness" within the class.
[Centre loss](https://arxiv.org/abs/1707.07391) penalizes the distance between features and a set of learned class centers.

[SphereFace](https://arxiv.org/abs/1704.08063) lets the linear transformation matrix in the last fully-connected layer represent class-center and penalizes the angle between deep features and their corresponding weights.

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pelican==4.6.0
pelican-cite==1.1.1
Markdown==3.3.4
git+git://github.com/lextoumbourou/pelican-frontmark.git
git+git://github.com/lextoumbourou/pelican-jupyter.git
git+https://github.com/lextoumbourou/pelican-frontmark.git
git+https://github.com/lextoumbourou/pelican-jupyter.git
nbconvert==5.6.0
notebook==5.6.0
pelican-katex==1.6.1

0 comments on commit 61fde73

Please sign in to comment.