Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lxq1000 authored Sep 5, 2023
1 parent 87b1454 commit a8da78d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,32 @@ Our design, the SwinFace, consists of a single shared backbone together with a s
To address the conflicts among multiple tasks and meet the different demands of tasks, a Multi-Level Channel Attention (MLCA) module is integrated into each task-specific analysis subnet, which can adaptively select the features from optimal levels and channels to perform the desired tasks.
Extensive experiments show that the proposed model has a better understanding of the face and achieves excellent performance for all tasks.
Especially, it achieves 90.97\% accuracy on RAF-DB and 0.22 $\epsilon$-error on CLAP2015, which are state-of-the-art results on facial expression recognition and age estimation respectively.
![image](https://github.com/lxq1000/SwinFace/blob/main/pictures/SwinFace.png)
<img src="https://github.com/lxq1000/SwinFace/blob/main/pictures/SwinFace.png" alt="Image" width="500">

## Evaluate
Here are some test results. For detailed experimental information, please refer to our paper.

- Face Recognition
![image](https://github.com/lxq1000/SwinFace/blob/main/pictures/face%20recognition.png)
<img src="https://github.com/lxq1000/SwinFace/blob/main/pictures/face%20recognition.png" alt="Image">

- Facial Expression Recognition
![image](https://github.com/lxq1000/SwinFace/blob/main/pictures/facial%20expression%20recognition.png)
<img src="https://github.com/lxq1000/SwinFace/blob/main/pictures/facial%20expression%20recognition.png" alt="Image" width="500">

- Age Estimation
![image](https://github.com/lxq1000/SwinFace/blob/main/pictures/age%20estimation.png)
- Facial Attribute Estimation
![image](https://github.com/lxq1000/SwinFace/blob/main/pictures/facial%20attribute%20estimation.png)
<img src="https://github.com/lxq1000/SwinFace/blob/main/pictures/age%20estimation.png" alt="Image" width="400">

- Facial Attribute Estimation
<img src="https://github.com/lxq1000/SwinFace/blob/main/pictures/facial%20attribute%20estimation.png" alt="Image">



## Train and Inference

The "train.sh" file provides the necessary commands for training the model.
The `train.sh` file provides the necessary commands for training the model.

The `inference.py` file provides an example of using SwinFace for inference.


The "inference.py" provides an example of using SwinFace for inference.



Expand Down

0 comments on commit a8da78d

Please sign in to comment.