Updated online demo: https://colab.research.google.com/drive/1SJbzd-gFTbiYjfZynIfrG044fWi6svbV?usp=sharing
This is code and data for Gaze360. The usage of the dataset and the code is for non-commercial research use only. By using this code you agree to terms of the LICENSE. If you use our dataset or code cite our paper as:
Petr Kellnhofer*, Adrià Recasens*, Simon Stent, Wojciech Matusik, and Antonio Torralba. “Gaze360: Physically Unconstrained Gaze Estimation in the Wild”. IEEE International Conference on Computer Vision (ICCV), 2019.
@inproceedings{gaze360_2019,
author = {Petr Kellnhofer and Adria Recasens and Simon Stent and Wojciech Matusik and and Antonio Torralba},
title = {Gaze360: Physically Unconstrained Gaze Estimation in the Wild},
booktitle = {IEEE International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}
You can obtain the Gaze360 dataset at http://gaze360.csail.mit.edu. You can find an accurate description of its usage in the dataset section of this repository.
You can find the code for the Gaze360 model in the code section of this repository. You can find code and instructions describing how to run Gaze360 in Youtube videos in
- Google Colab notebook v2 (new version using detectron2).
- Google Colab notebook (beta) (original version using original DensePose release).