uzh-rpg / rpg_e2vid

Code for the paper "High Speed and High Dynamic Range Video with an Event Camera" (T-PAMI, 2019).
http://rpg.ifi.uzh.ch/E2VID.html
GNU General Public License v3.0
353 stars 128 forks source link

Radom contrast thresholds #8

Closed etiennedub closed 4 years ago

etiennedub commented 4 years ago

Hi, I work on a project with the same simulator but I have some domain adaptation problem beetween the synthetic data and the real one. In the paper appendix C, you talk about random contrast threshold. Is it possible to know precisely which parameters is randomly sample and which values you are using ?

Thanks

supitalp commented 4 years ago

Hi, Please find attached the script I used to generate the training data for E2VID using ESIM. It uses the contrast threshold randomization values mentioned in the paper. To use it you will also need to download the MSCOCO17 images.

e2vid_data_generation_script.zip

I hope that helps!

etiennedub commented 4 years ago

Thank you, that should help!