You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.