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
340 stars 125 forks source link

Query regarding excess number of reconstructed images #16

Open vigneshkgith opened 3 years ago

vigneshkgith commented 3 years ago

Hi, I took a file indoors_very_dark_250ms.bag file from the CED(Color event) dataset . On exporting it using /dvs/image_color topic , I get 93 images as ground truth.. but when I use the e2vid algorithm as described in the readme to reconstruct the same file(by converting it to txt/zip first and then running reconstruction, I am getting a reconstructed output of 294 images... Could you please tell which parameter has to be tweaked to get same number of reconstructed output images?...Thanks in advance! :)