Updated Simulating events from a video (markdown)

supitalp 2019-09-16 14:36:49 +02:00
parent 76921cc22e
commit 664a8d2337

@ -1,5 +1,10 @@
In this tutorial, we will show how to use ESIM to simulate events from a given video. In this tutorial, we will show how to use ESIM to simulate events from a given video.
### WARNING
Simulating events from a video will not work for any video. The input video needs to have a sufficiently high framerate: the pixel displacement between successive images needs to be small (i.e. a few pixels at most).
Otherwise, the simulated events will be of poor quality.
### Overview ### Overview
An overview of the conversion method is shown in the diagram below. First, we will extract the individual frames from the input video in a folder. Second, we will run ESIM, providing the image folder as an input to simulate events. An overview of the conversion method is shown in the diagram below. First, we will extract the individual frames from the input video in a folder. Second, we will run ESIM, providing the image folder as an input to simulate events.