swook / GazeML

Gaze Estimation using Deep Learning, a Tensorflow-based framework.
MIT License
512 stars 141 forks source link

Evaluation on UnityEyes Dataset #35

Open WuZhuoran opened 5 years ago

WuZhuoran commented 5 years ago

We can train on one unityeyes dataset with the elg_train.py

How to evaluate on another unityeyes dataset? Given another dataset and checkpoint model.

Thank you!