VLOGroup / dvs-reconstruction

This repository provides software to our publication "Real-Time Intensity-Image Reconstruction for Event Cameras Using Manifold Regularisation", BMVC 2016
GNU Lesser General Public License v3.0
54 stars 18 forks source link

Building with the WITH_DAVIS set to ON still gives 128*128 #9

Closed smmmmi closed 6 years ago

smmmmi commented 6 years ago

Hi, after building with the WITH_DAVIS set to ON, I tested offline on a small sequence but the output is 128x128 instead of 240x180.

reini1305 commented 6 years ago

I'm not sure what you mean by "offline", but the WITH_DAVIS flag only affects the live mode of the GUI application. The provided sample data is from a DVS128 camera.

smmmmi commented 6 years ago

Thanks for the reply, I mean the offline_reconstruction using downloaded datasets from the DAVIS camera. Any clue how to make that possible?

reini1305 commented 6 years ago

It's a long time for me since touching this code :)

There are actually width and height parameters for the command line which you can set accordingly. So the WITH_DAVIS flag has no effect for this executable.