mohirio / dreyeve

Predicting the Driver’s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios.

Home Page:https://arxiv.org/pdf/1705.03854.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DR(eye)VE Project: code repository

A deep neural network trained to reproduce the human driver focus of attention.

Results (video)

video_results

How-To

This repository was used throughout the whole work presented in the paper so it contains quite a large amount of code. Nonetheless, it should be quite easy to navigate into. In particular:

  • docs: project supplementary website, holding some additional information concerning the paper.
  • dreyeve-tobii: cpp code to acquire gaze over dreyeve sequences with Tobii EyeX.
  • semseg: python project to calculate semantic segmentation over all frames of a dreyeve sequence
  • experiments: python project that holds stuff for experimental section
  • matlab: some matlab code to compute optical flow, blends or to create the new fixation groundtruth.

The experiments section is the one that probably interest the reader, in that is the one that contains the code used for developing and training both our model and baselines and competitors. More detailed documentation is available there.

All python code has been developed and tested with Keras 1 and using Theano as backend.

Pre-trained weights:

Pre-trained weights of the multi-branch model can be downloaded from this link.


The code accompanies the following paper:

  @article{dreyeve2018,
  title={Predicting the Driver's Focus of Attention: the DR(eye)VE Project},
  author={Palazzi, Andrea and Abati, Davide and Calderara, Simone and Solera, Francesco and Cucchiara, Rita},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2018}
  }

About

Predicting the Driver’s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios.

https://arxiv.org/pdf/1705.03854.pdf

License:MIT License


Languages

Language:C 55.4%Language:MATLAB 22.0%Language:Python 8.3%Language:C++ 5.2%Language:HTML 3.7%Language:Makefile 2.7%Language:Objective-C 0.9%Language:CSS 0.8%Language:Roff 0.5%Language:TeX 0.2%Language:Clean 0.2%Language:Shell 0.1%