Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuacheng authored Dec 18, 2019
1 parent 75bf5e4 commit a82e1e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Asymmetric Gaze Regression
<img src='imgs/overview.png'>
<img src='imgs/overview.jpg'>
## Introduction
This is the `README` file for the official code associated with the ECCV2018 paper, "Appearance-Based Gaze Estimation via Evaluation-Guided Asymmetric Regression".<br>

Expand Down Expand Up @@ -55,3 +55,6 @@ python main.py -m 13 -n 0
```
, you train and evaluate the model with using the first person (p00.label) as test file. <br>
Note that, we add a loop in **main.py** to perform `leave-one-person-out` automatically. You can delete it for your individual usage.<br>

##Result
<img src='imgs/eye.jpg'> <img src='imgs/face.jpg'>

0 comments on commit a82e1e7

Please sign in to comment.