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
Hi, I am starting to look into neuromorphic computing and needed to know that
-> Whether the code work with the images form normal camera, or only need event data to reconstruct the intensity images.
-> I have the dat files containing event data . How and where should I put the files to run the code ?
-> Do I need libcaer library, if I am not using the camera.
P.S. Sorry for posting this here, and if the question sounds silly, I am just starting.
With regards,
Sameer Purwar
The text was updated successfully, but these errors were encountered:
sameerpurwar
changed the title
dvs-reconstruction, doe it need normal images, or the code just works with event data.
does the dvs-reconstruction code need normal images as well, or the code just works with event data.
Nov 14, 2022
Hi! The code is written such that it always compiles in support for a camera, so libcaer is needed (for the GUI, offline reconstruction could be compiled alone and without libcaer)
You may put the .dat files anywhere, just open the right file in the online reconstruction GUI or pass the argument to offline reconstruction.
Not sure what you mean wit using "normal" images? You can provide an initialization image, but then it is just events.
Hi! The code is written such that it always compiles in support for a camera, so libcaer is needed (for the GUI, offline reconstruction could be compiled alone and without libcaer)
You may put the .dat files anywhere, just open the right file in the online reconstruction GUI or pass the argument to offline reconstruction.
Not sure what you mean wit using "normal" images? You can provide an initialization image, but then it is just events.
Hi, I am starting to look into neuromorphic computing and needed to know that
-> Whether the code work with the images form normal camera, or only need event data to reconstruct the intensity images.
-> I have the dat files containing event data . How and where should I put the files to run the code ?
-> Do I need libcaer library, if I am not using the camera.
P.S. Sorry for posting this here, and if the question sounds silly, I am just starting.
With regards,
Sameer Purwar
The text was updated successfully, but these errors were encountered: