Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does the dvs-reconstruction code need normal images as well, or the code just works with event data. #15

Open
sameerpurwar opened this issue Nov 14, 2022 · 2 comments

Comments

@sameerpurwar
Copy link

sameerpurwar commented Nov 14, 2022

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

@sameerpurwar 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
@reini1305
Copy link
Member

reini1305 commented 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.

@sameerpurwar
Copy link
Author

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.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants