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

How to use offline_reconstruction for rosbags ? #13

Closed vigneshkgith closed 3 years ago

vigneshkgith commented 3 years ago

I have successfully installed the offline reconstruction as well as the live reconstruction gui ... I ran the offline reconstruction code with sample data (aer2 files) that were provided. It gave me a successful reconstruction... How do I use the same for event data which I have in the form of .bag files?.. Directly passing it as -f argument doesn't work... Thanks

reini1305 commented 3 years ago

The file format is documented in the "Usage" section of the Readme file. You'd need to convert your data to this text format.

vigneshkgith commented 3 years ago

Ok thank you :)