-
Notifications
You must be signed in to change notification settings - Fork 131
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
Complete Workflow for Converting RGB Video to Event Data #48
Comments
Hi Jeremy, Before trying this guide, please pull and recompile esim as I updated a few minor things to make it easier to run this tutorial. Henri |
Thanks a lot for the tutorial! It helps. Jeremy |
Hi Henri, After I went through the workflow in your tutorial, I successfully got the 'out.bag', but I could not get the event visualization. Specifically,
After finishing all the command, I checked there is no folder /cam0/events. Do you know how to fix it? Another question is how to get the raw (x, y, time, polarity) event data? Looking forward to your reply. Thanks, |
Hi Jeremy,
and also optionally slow it down (e.g. by a factor of 10) with the option
|
Hi Henri, I succeeded this time. Thanks for your suggestions, I will go through the ROS tutorial. And also looking forward to your example script! Thanks, |
Hi Jeremy,
Alternatively (especially if you need to produce a large number of datasets, where it would be impractical to store everything as rosbags before converting them to text), you can write your own publisher for ESIM to output the events to a text file instead of a rosbag. I just wrote a wiki page explaining how to do that. Hope that helps. |
Hi Henri, Thanks a lot! I have tried your code just now, and it works well. Thanks, |
Hi Henri , |
Hi supitalp,
Thanks a lot for your work! I finally installed your package successfully and got the 'out.bag' output. But I am not sure what is this output and how to use and visualize it.
I am wondering if it is possible to give us a complete explanation of the workflow for how to convert a RGB video to the event data using your simulator.
Looking forward to hearing from you.
Thanks,
Jeremy
The text was updated successfully, but these errors were encountered: