This repo is for releasing x64 binaries for Windows and Linux.
The work (de Charette et al., ICCP 2012) belongs to Carnegie Mellon University and is distributed under MIT licensing term. Please, also refer to the official project page.
News 2024-10-29: Following multiple requests, we have changed to MIT license and will also share code in some time.
Fast Reactive Control for Illumination Through Rain and Snow \
Raoul de Charette, Robert Tamburo, Peter C. Barnum, Anthony Rowe, Takeo Kanade, Srinivasa Narasimhan
Carnegie Mellon University, ICCP 2012 (Winner of the Best Paper Honorable Mention Award)
If you find our work useful, please cite:
@inproceedings{de2012fast,
title={Fast reactive control for illumination through rain and snow},
author={de Charette, Raoul and Tamburo, Robert and Barnum, Peter C and Rowe, Anthony and Kanade, Takeo and Narasimhan, Srinivasa G},
booktitle={International Conference on Computational Photography (ICCP)},
year={2012}
}
The following binaries are required to run the simulator:
While this may work with other versions, tests were only conducted with the versions listed.
On Windows, we recommend installing the required dependencies following:
On Ubuntu, we recommend installing the required dependencies following these guides:
To test all dependencies are correctly installed, just run:
cd lin_x64; ./AHLSimulation
cd lin_x64; ./AHLSimulation_bionic
⚠️ For rain rendering to use this Bionic binary, you must change "AHLSimulation" to "AHLSimulation_bionic" in this line. (thanks to Eran Kishon for providing these binaries)cd win_x64 & AHLSimulation.exe
If command fails, resolve missing dependencies.
If command succeeds, just exit the simulator by entering 0
and enter.
This data is property of Carnegie Mellon University and originates from (de Charette et al., 2012) https://www.cs.cmu.edu/~ILIM/projects/IL/smartHeadlight/index2.html
Binaries and code are released under MIT License