- Notifications
You must be signed in to change notification settings - Fork33
[TPAMI 2018] 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.
License
ndrplz/dreyeve
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A deep neural network trained to reproduce the human driver focus of attention.
This repository was used throughout the whole work presented in thepaper 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 sequenceexperiments
: python project that holds stuff for experimental sectionmatlab
: some matlab code to compute optical flow, blends or to create the new fixation groundtruth.
Theexperiments
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 availablethere
.
All python code has been developed and tested with Keras 1 and using Theano as backend.
Pre-trained weights of themulti-branch model
can be downloaded fromthis link.
About
[TPAMI 2018] 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.