Skip to content

v2e-1.5.0

Compare
Choose a tag to compare
@tobidelbruck tobidelbruck released this 16 May 07:13
· 52 commits to master since this release

New Features

  • v2e can display and save as AVI videos all the internal DVS model states via the --show_dvs_model_state and --save_dvs_model_state options.
  • v2e can model the CSDVS (center-surround DVS) proposed in Delbruck, Tobi, Chenghan Li, Rui Graca, and Brian Mcreynolds. 2022. “Utility and Feasibility of a Center Surround Event Camera.” arXiv [cs.CV]. arXiv. http://arxiv.org/abs/2202.13076.

Bug fixes

  • More improvements to user experience with improved CUDA supported pytorch installation instructions and warnings printed if CUDA is not available.
  • More bug fixes for synthetic input script handling and more example scripts, e.g. spots.py.
  • Displayed DVS model state cv2 windows can now be dragged and resized by included cv2.pollkey() calls periodically.