https://github.com/ndrplz/dreyeve
[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.
https://github.com/ndrplz/dreyeve
adas attention automotive autonomous-driving autonomous-vehicles computer-vision convolutional-neural-networks deep-learning driver-focus
Last synced: 3 months ago
JSON representation
[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.
- Host: GitHub
- URL: https://github.com/ndrplz/dreyeve
- Owner: ndrplz
- License: mit
- Created: 2017-02-13T10:38:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T08:57:48.000Z (about 6 years ago)
- Last Synced: 2023-10-20T21:59:55.358Z (almost 2 years ago)
- Topics: adas, attention, automotive, autonomous-driving, autonomous-vehicles, computer-vision, convolutional-neural-networks, deep-learning, driver-focus
- Language: C
- Homepage: https://arxiv.org/pdf/1705.03854.pdf
- Size: 7.05 MB
- Stars: 89
- Watchers: 9
- Forks: 34
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DR(eye)VE Project: code repository
*A deep neural network trained to reproduce the human driver focus of attention.*
## Results (video)
## How-To
This repository was used throughout the whole work presented in the [paper](https://arxiv.org/pdf/1705.03854.pdf) 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`**](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`**](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`**](experiments).
**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](https://drive.google.com/open?id=1cS7VaguQCoqkZ5mHWO3zDj5mNlOY61bj) link.
---
### The code accompanies the following paper:
![]()
@article{palazzi2018predicting,
title={Predicting the Driver's Focus of Attention: the DR (eye) VE Project},
author={Palazzi, Andrea and Abati, Davide and Solera, Francesco and Cucchiara, Rita},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={41},
number={7},
pages={1720--1733},
year={2018},
publisher={IEEE}
}