Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TreB1eN/InsightFace_Pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
F committed Aug 5, 2018
2 parents 0925841 + f1ea6a6 commit 8fcaf98
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Pytorch0.4 codes for InsightFace
## 2. Pretrained Models & Performance
[MobileFaceNet@BaiduDrive](Coming Soon), [@GoogleDrive](Coming Soon) (coming soon)

| LFW(%) | CFP-FF(%) | CFP-FP(%) | AgeDB-30(%) |
| ------ | --------- | --------- | ----------- |
| ? | ? | ? | ? |
| LFW(%) | CFP-FF(%) | CFP-FP(%) | AgeDB-30(%) | calfw(%) | cplfw(%) | vgg2_fp(%) |
| ------ | --------- | --------- | ----------- | ------------- | ------------- | ------------- |
| 0.9952 | 0.9962 | 0.9504 | 0.9622 | 0.9557 | 0.9107 | 0.9386 |

[LResNet50E-IR@BaiduDrive](Coming Soon), [@GoogleDrive](Coming Soon) (coming soon)

| LFW(%) | CFP-FF(%) | CFP-FP(%) | AgeDB-30(%) | MegaFace(%) |
| ------ | --------- | --------- | ----------- | ------------- |
| ? | ? | ? | ? | ? |
| LFW(%) | CFP-FF(%) | CFP-FP(%) | AgeDB-30(%) | calfw(%) | cplfw(%) | vgg2_fp(%) |
| ------ | --------- | --------- | ----------- | ------------- | ------------- | ------------- |
| ? | ? | ? | ? | ? | ? | ? |

## 3.How to use
* clone
Expand Down Expand Up @@ -102,6 +102,8 @@ faces_emore/
```
the video file should be inside the data/face_bank folder
- Video Detection Demo [@Youtube](https://www.youtube.com/watch?v=6r9RCRmxtHE)
### Training:
```
python train.py -b [batch_size] -lr [learning rate] -e [epochs]
Expand Down

0 comments on commit 8fcaf98

Please sign in to comment.