mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 19:30:26 +01:00
Add citation and acknowledgements
This commit is contained in:
parent
a8c2f0ca43
commit
27c900f85f
19
README.md
19
README.md
@ -1,3 +1,17 @@
|
||||
# ESIM: an Open Event Camera Simulator
|
||||
|
||||
This is the code for the 2018 CoRL paper **ESIM: an Open Event Camera Simulator** by [Henri Rebecq](http://henri.rebecq.fr), Daniel Gehrig and [Davide Scaramuzza](http://rpg.ifi.uzh.ch/people_scaramuzza.html):
|
||||
```bibtex
|
||||
@Article{Rebecq18corl,
|
||||
author = {Henri Rebecq and Daniel Gehrig and Davide Scaramuzza},
|
||||
title = {{ESIM}: an Open Event Camera Simulator},
|
||||
journal = {Conf. on Robotics Learning (CoRL)},
|
||||
year = 2018,
|
||||
month = oct
|
||||
}
|
||||
```
|
||||
You can find a pdf of the paper [here](http://rpg.ifi.uzh.ch/docs/CORL18_Rebecq.pdf). If you use any of this code, please cite this publication.
|
||||
|
||||
## Features
|
||||
|
||||
- Accurate event simulation, guaranteed by the tight integration between the rendering engine and the event simulator
|
||||
@ -17,3 +31,8 @@ Installation instructions can be found in [our wiki](https://github.com/uzh-rpg/
|
||||
## Run
|
||||
|
||||
Specific instructions to run the simulator depending on the chosen rendering engine can be found in [our wiki](https://github.com/uzh-rpg/rpg_event_camera_simulator/wiki).
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
We thank Raffael Theiler and Dario Brescianini for their contributions to ESIM.
|
||||
This research was supported by by Swiss National Center of Competence Research Robotics (NCCR), Qualcomm (through the Qualcomm Innovation Fellowship Award 2018), the SNSF-ERC Starting Grant and DARPA FLA.
|
||||
|
Loading…
Reference in New Issue
Block a user